Skip to content

Commit

Permalink
Move snapshots dir (#26)
Browse files Browse the repository at this point in the history
* update launch.json

* restore gitignore
  • Loading branch information
mleray24 authored Jan 29, 2025
1 parent 14eaa98 commit 38983d8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
.DS_Store
.vscode
.vscode
10 changes: 10 additions & 0 deletions go/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@
}
],
"configurations": [
{
"name": "Launch using Mocks",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "${workspaceFolder}",
"args": [
"1234567890"
]
},
{
"name": "Launch with IPStack Key",
"type": "go",
Expand Down
File renamed without changes.

0 comments on commit 38983d8

Please sign in to comment.