1 2 3 4 5 6 7
//go:build !cgo && !windows package platform func nanotime() int64 { return nanotimePortable() }