Skip to content

Commit 6d2bc91

Browse files
committed
feat: add hack tools
1 parent 7c274b1 commit 6d2bc91

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.codecc
22
bin
3-
cover.out
3+
cover.out
4+
.venv

install-virtualenv.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ ln -sf $GO1_23 go
4040
# https://github.com/golang/vscode-go/blob/master/docs/tools.md
4141
export PATH=$GOPATH/bin:$PATH
4242

43+
# cd hack/tools && go1.24 install tool
44+
4345
# vscode dev
4446
go install golang.org/x/tools/gopls@latest
4547
go install github.com/go-delve/delve/cmd/dlv@latest

0 commit comments

Comments
 (0)