package main type Quote struct { Id int `json:"id"` Author string `json:"author"` Body string `json:"body"` }