1 package remote_api 2 3 type User struct { 4 Name string 5 Likes []string 6 PhoneNumber string 7 } 8
View as plain text