safing-portmaster/profile/const_linux.go
2018-12-03 20:02:03 +01:00

6 lines
74 B
Go

package profile
// OS Identifier
const (
osIdentifier = PlatformLinux
)