mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 18:47:47 +00:00
6 lines
57 B
Go
6 lines
57 B
Go
// +build darwin
|
|
|
|
package runtime
|
|
|
|
const GOOS = "darwin"
|