This commit is contained in:
2023-03-11 14:07:42 +07:00
parent 44152d7a8d
commit f5ad06e110
3 changed files with 25 additions and 12 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"configurations": [
{
"type": "go",
"name": "run",
"goExecPath": "/usr/local/go/bin/go",
"buildParams": [
"$PROJECT_DIR$/main.go"
],
},
]
}