index
:
newsstand.git
trunk
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
user
/
user.go
blob: 9845b1b6ae893d197c72ca92e2835bd6b1ed83a2 (
plain
)
1
2
3
4
5
6
package
user
type
User
struct
{
Id
int64
`json:"id"`
Username
string
`json:"username"`
}