romshark / dgraph_graphql_go

A GraphQL + Dgraph + Go + HTTP based backend service demo.
MIT License
50 stars 15 forks source link

Use Go Modules. #36

Closed Sydney-o9 closed 4 years ago

Sydney-o9 commented 4 years ago

Description

This PR suggests to use go mod for dependency management. It is inspired by @hochanh fork.

https://github.com/hochanh/dgraph_graphql_go/commits/master

Commits

https://blog.golang.org/using-go-modules

Sydney-o9 commented 4 years ago

Closing this PR and joining all features into a single PR.