Created
July 14, 2019 00:06
-
-
Save cmelgarejo/c8c666823b4b42e37a5bad198973b5a8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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