其实只是需要个unix时间戳用来标记时间而已,方法也很简单,import引入time包,然后类似如下调用:

t := time.Now()
t.Unix()

相关参考:https://blog.csdn.net/skh2015java/article/details/[……]

阅读全文