diff --git a/go-demo-5/.vscode/launch.json b/go-demo-5/.vscode/launch.json deleted file mode 100644 index a1b4469..0000000 --- a/go-demo-5/.vscode/launch.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - // Используйте IntelliSense, чтобы узнать о возможных атрибутах. - // Наведите указатель мыши, чтобы просмотреть описания существующих атрибутов. - // Для получения дополнительной информации посетите: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "name": "Launch Package", - "type": "go", - "request": "launch", - "mode": "auto", - "program": "${fileDirname}" - } - ] -} \ No newline at end of file