6 lines
93 B
Go
6 lines
93 B
Go
package main
|
|
|
|
type namedEntry struct {
|
|
Id int `json:"id"`
|
|
Name string `json:"name"`
|
|
}
|