Created
November 8, 2024 04:10
-
-
Save jrussellsmyth/59410c72e3bb371496c8b02c982f9ef3 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
| { | |
| "name": "Debug Application - Local", | |
| "type": "go", | |
| "request": "launch", | |
| "mode": "debug", | |
| "program": "cmd/main.go", | |
| "env": { | |
| "CONFIG_DIR_PATH":".", | |
| "ENV":"dev", | |
| "SPRING_PROFILES_ACTIVE": "local", | |
| "GOMAXPROCS":"6", | |
| "GOMEMLIMIT":"1024MiB", | |
| "GOGC":"70" | |
| }, | |
| "cwd":".", | |
| "buildFlags": "-tags=sometags" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment