mirror of
https://github.com/yeslayla/godot-build-tools.git
synced 2025-12-06 09:13:27 +01:00
Logging & Godot Downloader
This commit is contained in:
9
internal/os.go
Normal file
9
internal/os.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package internal
|
||||
|
||||
type TargetOS uint8
|
||||
|
||||
const (
|
||||
TargetOSLinux TargetOS = iota
|
||||
TargetOSWindows
|
||||
TargetOSMacOS
|
||||
)
|
||||
Reference in New Issue
Block a user