gaulthiergain-tools/srcs/common/unikraft_path.go
Gaulthier Gain 4039686867 Main update
2022-09-09 11:43:03 +02:00

13 lines
303 B
Go

package common
// Exported constants for folder management
const (
APPSFOLDER = "apps" + SEP
WORKSPACEFOLDER = "workspace" + SEP
UNIKRAFTFOLDER = "unikraft" + SEP
BUILDFOLDER = "build" + SEP
LIBSFOLDER = "libs" + SEP
INCLUDEFOLDER = "include" + SEP
KVM_IMAGE = "_kvm-x86_64"
)