Skip to content

Instantly share code, notes, and snippets.

@jrussellsmyth
Created November 8, 2024 04:10
Show Gist options
  • Select an option

  • Save jrussellsmyth/59410c72e3bb371496c8b02c982f9ef3 to your computer and use it in GitHub Desktop.

Select an option

Save jrussellsmyth/59410c72e3bb371496c8b02c982f9ef3 to your computer and use it in GitHub Desktop.
{
"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