gaulthiergain-tools/srcs/common/unikraft_path.go
2020-09-16 09:14:26 +02:00

12 lines
No EOL
261 B
Go

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