Skip to content

Instantly share code, notes, and snippets.

@cmelgarejo
Created July 14, 2019 00:06
Show Gist options
  • Save cmelgarejo/f0ed91f9a272963270c0541bf8e9b7a0 to your computer and use it in GitHub Desktop.
Save cmelgarejo/f0ed91f9a272963270c0541bf8e9b7a0 to your computer and use it in GitHub Desktop.
./build/gql-server
[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.
[GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
- using env: export GIN_MODE=release
- using code: gin.SetMode(gin.ReleaseMode)
[GIN-debug] GET /ping --> github.com/cmelgarejo/go-gql-server/internal/handlers.Ping.func1 (3 handlers)
2019/07/13 00:00:00 Running @ http://localhost:7777/gql
[GIN-debug] Listening and serving HTTP on :7777
[GIN] 2019/07/13 - 00:00:00 | 200 | 38.936µs | ::1 | GET /ping
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment