2024-03-23 08:26:49 -07:00
|
|
|
{
|
|
|
|
// Use IntelliSense to learn about possible attributes.
|
|
|
|
// Hover to view descriptions of existing attributes.
|
|
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "Launch Package",
|
|
|
|
"type": "go",
|
|
|
|
"request": "launch",
|
|
|
|
"mode": "auto",
|
2024-04-20 16:45:57 -07:00
|
|
|
"program": "cmd/main.go"
|
2024-03-23 08:26:49 -07:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|