vipally / go

The Go programming language
https://golang.org
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

runtime: add UnixNow,UnixNowNano to get unix timestamp directly, instead of time.Now().Unix #9

Open vipally opened 6 years ago

vipally commented 6 years ago

runtime: add UnixNow,UnixNowNano to get unix timestamp directly, instead of time.Now().Unix