gaulthiergain-tools/srcs/common/unikraft_path.go

12 lines
261 B
Go
Raw Normal View History

2020-09-16 09:14:26 +02:00
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"
)