go-ayo/common을 gocommon으로 변경

This commit is contained in:
2023-05-24 15:14:04 +09:00
parent 11ea571b6e
commit 53a385d018
10 changed files with 42 additions and 10 deletions

23
.vscode/launch.json vendored Normal file
View File

@ -0,0 +1,23 @@
{
// 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": "houston",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}/houston",
"env": {
},
"args" : [
"-config=./config_template.json",
"-dev",
"-nosession=true",
"-port=8080"
]
}
]
}