Categorygithub.com/thruc/practice_golang
repository
0.0.0-20240405170051-02179d89a81e
Repository: https://github.com/thruc/practice_golang.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

practice_golang

launch.json

{
    "version": "0.2.0",
    "configurations": [
        {
            "name": "unitfile",
            "type": "go",
            "request": "launch",
            "mode": "auto",
            "program": "${file}",
            "cwd": "${fileDirname}",
            "env": {},
            "args": []
        },
        {
            "name": "Launch",
            "type": "go",
            "request": "launch",
            "mode": "auto",
            "program": "${fileDirname}",
            "env": {},
            "args": []
        }
    ]
}