Skip to content

Instantly share code, notes, and snippets.

@reusee
Created January 11, 2019 09:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reusee/54e7805c8495ed15f82f8cb886981d1c to your computer and use it in GitHub Desktop.
Save reusee/54e7805c8495ed15f82f8cb886981d1c to your computer and use it in GitHub Desktop.
a.go
var data struct {
Status int
Content string
Data struct {
Seats map[int]struct{
NickName string
Avatar string
UID int
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment