This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
paddy.he
/
github.com_hwholiday_gid_v2_api
Tarkkaile
0
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Branch:
master
Branchit
Tagit
master
github.com_h...
/
library
/
tool
/
time.go
time.go
84 B
Pysyvä linkki
Historia
Raaka
1
2
3
4
5
6
7
package tool
import "time"
func GetTimeUnix() int64 {
return time.Now().Unix()
}