Hi I am new to go and I am defining a struct like this:
type Demon struct { ID int64 `json:"id"` Name string `json:"name"` Str