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