@@ -5,4 +5,5 @@ const (
|
||||
PlatformLinux = "linux"
|
||||
PlatformWindows = "windows"
|
||||
PlatformMac = "macos"
|
||||
PlatformOpenBSD = "openbsd"
|
||||
)
|
||||
|
||||
6
profile/fingerprint/const_openbsd.go
Normal file
6
profile/fingerprint/const_openbsd.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package profile
|
||||
|
||||
// OS Identifier
|
||||
const (
|
||||
osIdentifier = PlatformOpenBSD
|
||||
)
|
||||
Reference in New Issue
Block a user