Finish initial adaption of profiles
This commit is contained in:
9
profile/const.go
Normal file
9
profile/const.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package profile
|
||||
|
||||
// Platform identifiers
|
||||
const (
|
||||
PlatformAny = "any"
|
||||
PlatformLinux = "lin"
|
||||
PlatformWindows = "win"
|
||||
PlatformMac = "mac"
|
||||
)
|
||||
Reference in New Issue
Block a user