mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
After mdempsky's recent changes, these are the only references to "TheChar" left in the Go tree. Without the context, and without knowing the history, this is confusing. Also rename sys.TheGoos and sys.TheGoarch to sys.GOOS and sys.GOARCH. Also change the heap dump format to include sys.GOARCH rather than TheChar, which is no longer a concept. Updates #15169 (changes heapdump format) Change-Id: I3e99eeeae00ed55d7d01e6ed503d958c6e931dca Reviewed-on: https://go-review.googlesource.com/21647 Reviewed-by: Matthew Dempsky <mdempsky@google.com>
17 lines
319 B
Go
17 lines
319 B
Go
// generated by gengoos.go using 'go generate'
|
|
|
|
package sys
|
|
|
|
const GOOS = `netbsd`
|
|
|
|
const GoosAndroid = 0
|
|
const GoosDarwin = 0
|
|
const GoosDragonfly = 0
|
|
const GoosFreebsd = 0
|
|
const GoosLinux = 0
|
|
const GoosNacl = 0
|
|
const GoosNetbsd = 1
|
|
const GoosOpenbsd = 0
|
|
const GoosPlan9 = 0
|
|
const GoosSolaris = 0
|
|
const GoosWindows = 0
|