github.com/fortexxx/gqlgen@v0.10.3-0.20191216030626-ca5ea8b21ead/integration/remote_api/user.go (about) 1 package remote_api 2 3 type User struct { 4 Name string 5 Likes []string 6 }