6 lines
62 B
Go
6 lines
62 B
Go
|
package main
|
||
|
|
||
|
type USer struct {
|
||
|
Name string `json:"name"`
|
||
|
}
|