We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c274b1 commit 6d2bc91Copy full SHA for 6d2bc91
.gitignore
@@ -1,3 +1,4 @@
1
.codecc
2
bin
3
-cover.out
+cover.out
4
+.venv
install-virtualenv.sh
@@ -40,6 +40,8 @@ ln -sf $GO1_23 go
40
# https://github.com/golang/vscode-go/blob/master/docs/tools.md
41
export PATH=$GOPATH/bin:$PATH
42
43
+# cd hack/tools && go1.24 install tool
44
+
45
# vscode dev
46
go install golang.org/x/tools/gopls@latest
47
go install github.com/go-delve/delve/cmd/dlv@latest
0 commit comments