mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-09 18:43:14 +00:00
26 lines
430 B
Go
26 lines
430 B
Go
// Code generated by gengoos.go using 'go generate'. DO NOT EDIT.
|
|
|
|
//go:build aix
|
|
|
|
package goos
|
|
|
|
const GOOS = `aix`
|
|
|
|
const IsAix = 1
|
|
const IsAndroid = 0
|
|
const IsDarwin = 0
|
|
const IsDragonfly = 0
|
|
const IsFreebsd = 0
|
|
const IsHurd = 0
|
|
const IsIllumos = 0
|
|
const IsIos = 0
|
|
const IsJs = 0
|
|
const IsLinux = 0
|
|
const IsNacl = 0
|
|
const IsNetbsd = 0
|
|
const IsOpenbsd = 0
|
|
const IsPlan9 = 0
|
|
const IsSolaris = 0
|
|
const IsWindows = 0
|
|
const IsZos = 0
|