Fixed incorrect OS detection
This commit is contained in:
10
src/config/os.go
Normal file
10
src/config/os.go
Normal file
@ -0,0 +1,10 @@
|
||||
package config
|
||||
|
||||
type OS uint8
|
||||
|
||||
const (
|
||||
Unknown OS = iota
|
||||
Linux
|
||||
Mac
|
||||
Windows
|
||||
)
|
Reference in New Issue
Block a user