mirror of
https://github.com/wahyd4/crawlab.git
synced 2026-08-18 17:45:52 +10:00
8 lines
89 B
Go
8 lines
89 B
Go
package constants
|
|
|
|
const (
|
|
Windows = "windows"
|
|
Linux = "linux"
|
|
Darwin = "darwin"
|
|
)
|