Rename packages
This commit is contained in:
parent
49b8760527
commit
ef1243ea39
47 changed files with 524 additions and 369 deletions
8
internal/wisski/runtime.go
Normal file
8
internal/wisski/runtime.go
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package wisski
|
||||
|
||||
import "path/filepath"
|
||||
|
||||
// RuntimeDir returns the path to the runtime directory
|
||||
func (dis *Distillery) RuntimeDir() string {
|
||||
return filepath.Join(dis.Config.DeployRoot, "runtime")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue