Browse Source

fix comment

master
Nicolas Massé 5 years ago
parent
commit
43745ba304
  1. 2
      token.go

2
token.go

@ -50,7 +50,7 @@ func getBufferFor(data TokenData) []byte {
//fmt.Printf("Days since Y2K = %d\n", daysSinceY2K) //fmt.Printf("Days since Y2K = %d\n", daysSinceY2K)
// Pack the token data in a buffer // Pack the token data in a buffer
// - number of days since epoch // - number of days since Y2K
// - username that generated the token // - username that generated the token
// - entitlement for the resulting token // - entitlement for the resulting token
usernameBytes := []byte(data.Username) usernameBytes := []byte(data.Username)

Loading…
Cancel
Save