mirror of
https://github.com/safing/portmaster
synced 2025-09-02 02:29:12 +00:00
6 lines
75 B
Go
6 lines
75 B
Go
package profile
|
|
|
|
// OS Identifier.
|
|
const (
|
|
osIdentifier = PlatformLinux
|
|
)
|