Skip to content

Commit

Permalink
fix and refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
LinceMathew committed Sep 13, 2024
1 parent 760c9ae commit c43288a
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,6 @@
"mode": "auto",
"program": "${fileDirname}",
"args": ["-h"]
},
{
"name": "Launch",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}",
"env": {},
"args": [
"-c",
"node.request",
"/home/lince/hexmos/apihub/apihub/fb_backend_v3/search.l2"
],
"buildFlags": "-tags=cli",
"showLog": true
}
]
}

0 comments on commit c43288a

Please sign in to comment.