This commit is contained in:
2023-03-11 15:35:23 +07:00
commit ee317830f3
4 changed files with 79 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"configurations": [
{
"type": "go",
"name": "run",
"goExecPath": "/usr/local/go/bin/go",
"buildParams": [
"$PROJECT_DIR$/main.go",
],
},
]
}