Beispiel #1
0
func createUserToken(u *models.User) {
	u.Token = strconv.Itoa(int(time.Now().Unix()))
	u.ExpiredTime = time.Now()
}