1 2 3 4 5 6 7 8
package auth // User represents an authenticated application user. type User struct { ID int64 Username string PassHash string }