package profile // Platform identifiers const ( PlatformAny = "any" PlatformLinux = "lin" PlatformWindows = "win" PlatformMac = "mac" )