playlyfe / go-graphql

A powerful GraphQL server implementation for Golang
248 stars 20 forks source link

Pass travis build #9

Open joshq00 opened 8 years ago

joshq00 commented 8 years ago

Removed lines from lexer.go and executor.go Fixes unreachable code errors from go vet ./...

Add benchmarks.go Fixes "no buildable Go source files" error from go get -t -v ./...

Capitalize keywords in executor_test.go Fixes "has json tag but is not exported" error from go vet ./...