package main type Inheritance struct { Name string `json:"name"` Trivia interface{} `json:"trivia"` }