]> git.lizzy.rs Git - go-anidb.git/blob - user.go
anidb: Try to get (*AniDB).User() from the cache if it's unset
[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 }