🎉 start the project
This commit is contained in:
20
.vscode/launch.json
vendored
Normal file
20
.vscode/launch.json
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "go run",
|
||||
"type": "go",
|
||||
"request": "launch",
|
||||
"mode": "auto",
|
||||
"cwd": "${workspaceFolder}",
|
||||
"program": "${workspaceFolder}/main.go",
|
||||
"buildFlags": [
|
||||
"-ldflags",
|
||||
"-X loveuer/utodo/internal/opt.Version=0.0.1-beta -s -w"
|
||||
],
|
||||
"args": [
|
||||
"--debug"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user