Created
July 14, 2019 00:06
-
-
Save cmelgarejo/f0ed91f9a272963270c0541bf8e9b7a0 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
./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