Work on pm restructure
This commit is contained in:
@@ -2,8 +2,7 @@ package profile
|
||||
|
||||
// Platform identifiers
|
||||
const (
|
||||
PlatformAny = "any"
|
||||
PlatformLinux = "lin"
|
||||
PlatformWindows = "win"
|
||||
PlatformMac = "mac"
|
||||
PlatformLinux = "linux"
|
||||
PlatformWindows = "windows"
|
||||
PlatformMac = "macos"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user