graphql-go / relay

A Go/Golang library to help construct a graphql-go server supporting react-relay.
MIT License
424 stars 58 forks source link

fix / modernize build system #36

Closed kmulvey closed 2 years ago

kmulvey commented 6 years ago
  1. fix the context build error https://travis-ci.org/graphql-go/relay/builds/313491517
  2. add dep
  3. run more meaningful things on travis (vet, test, build) 3a. lint is currently commented out as there are many problems there

this PR will also allow #35 to build