]> git.lizzy.rs Git - go-anidb.git/blob - user.go
anidb: Make (*AniDB).User() try harder to return a user
[go-anidb.git] / user.go
1 package anidb
2
3 type User struct {
4         UID UID
5
6         Username string
7
8         // MyList MyList
9 }