mirror of
https://github.com/CPunch/gopenfusion.git
synced 2026-01-12 01:00:13 +00:00
8 lines
94 B
Go
8 lines
94 B
Go
package util
|
|
|
|
import "time"
|
|
|
|
func GetTime() uint64 {
|
|
return uint64(time.Now().UnixMilli())
|
|
}
|