]> git.lizzy.rs Git - go-anidb.git/blob - user.go
mylistadd: Say on stdout that you're waiting on the API
[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 }