英文: How can I remove an unwanted import alias in Go? 问题 我在网上找到了一个非常有用的Go库,网址是https://github.com/deck...
Visual Studio Code的“运行测试 | 调试测试”选项在单元测试中丢失。
英文: Visual Studio Code's "Run Test | Debug Test" option missing from unit tests 问题 我曾经...
为什么设置断点会暂停我的 Golang 进程的执行?
英文: Why does setting a breakpoint pause execution of my golang process? 问题 在macOS 12.3上使用vscode 1.66...
Go工具安装成功,但在$GOPATH/bin目录中没有显示。
英文: Go Tools installed successfully but not appear in $GOPATH/bin 问题 我在vscode中安装了go工具,并且终端显示工具已成功安装:...
how to solve "stderr: go mod tidy: go.mod file indicates go 1.17, but maximum supported version is 1.16 ." error?
英文: how to solve "stderr: go mod tidy: go.mod file indicates go 1.17, but maximum supported ver...
我在安装用于VSCode的Go工具时遇到了一些错误。
英文: I am getting some errors in installing go tools for vscode 问题 我正在尝试为Go语言设置我的Visual Studio Code,但...
运行文件夹时进行调试
英文: Debug when run a folder 问题 我有一个名为cmd的文件夹。 当我想运行我的程序时,我需要运行以下命令: go run cmd/*.go server,其中server是...
无法在 M1 Mac(arm64)上使用 Vscode 调试 Golang。
英文: Unable to debug Golang on Vscode M1 Mac (arm64) 问题 我有一台M1 Mac,在VSCode中无法通过DLV调用函数。 无法评估表达式:后端不支持...
在Mac OS上无法在VS Code中调试Go程序,但是已经具备正确的架构和HOSTOS。
英文: Can't debug Go programs in VS Code on Mac OS but have the right arch and HOSTOS 问题 我看到这个问题多次...
使用命令行参数在VSCode中调试Go测试
英文: Debugging Go tests with command line arguments in VSCode 问题 我需要在Go中构建一个测试用例,在执行时接受一些命令行参数。 测试文件看...
73