]> git.lizzy.rs Git - go-anidb.git/blob - user.go
Add LICENSE file via addalicense.com
[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 }