type user struct { FirstName string `json:"firstname"` LastName string `json:"lastname"` } func main() { }
user 类型将显示为灰色,因为它没有在代码中的任何地方使用。
user