safing-portmaster/profile/fingerprint/const_linux.go

6 lines
74 B
Go

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