diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..b96fe71 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,13 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": "Launch", + "type": "go", + "request": "launch", + "mode": "debug", + "program": "${workspaceFolder}/main.go", + "args": ["-dev", "-port", "8080"] + } + ] +} diff --git a/x b/x index 4b8d650..e1c607c 160000 --- a/x +++ b/x @@ -1 +1 @@ -Subproject commit 4b8d650793453cc92cfc34657a9fe4925bb16252 +Subproject commit e1c607c9093e3944206a79d0f752cc9e124425f7