6 lines
58 B
Go
6 lines
58 B
Go
|
package fst
|
||
|
|
||
|
type Info struct {
|
||
|
User int `json:"user"`
|
||
|
}
|