gitee.com/quant1x/gox@v1.21.2/timestamp/now_other.go (about) 1 //go:build !darwin 2 3 package timestamp 4 5 func v2Now() int64 { 6 return v1Now() 7 }