Skip to content

Instantly share code, notes, and snippets.

@cmelgarejo
Created July 14, 2019 00:06
Show Gist options
  • Save cmelgarejo/c8c666823b4b42e37a5bad198973b5a8 to your computer and use it in GitHub Desktop.
Save cmelgarejo/c8c666823b4b42e37a5bad198973b5a8 to your computer and use it in GitHub Desktop.
package main
import (
"github.com/cmelgarejo/go-gql-server/pkg/server"
)
func main() {
server.Run()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment