Узнать ОС

import "runtime"

// GOOS - GO Operation System
runtime.GOOS == "windows"  // darwin - MacOS, freebsd, windows, linux

Last updated