type user struct { FirstName string 'json:"firstname"' LastName string 'json:"lastname"' } func main() { }
user 타입은 코드에서 사용하지 않으므로 회색 처리됩니다.
user