We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92bd592 commit 81e6e3dCopy full SHA for 81e6e3d
1 file changed
scripts/go.sh
@@ -88,14 +88,7 @@ go_install_packages() {
88
require_go github.com/golangci/golangci-lint/v2/cmd/golangci-lint
89
require_go golang.org/x/tools/cmd/goimports
90
require_go golang.org/x/tools/gopls
91
- require_go golang.org/dl/gotip
92
- require_go github.com/go-delve/delve/cmd/dlv
93
require_go github.com/pressly/goose/v3/cmd/goose
94
- # Wire dependency injection tool (commented - enable if needed)
95
- # require_go github.com/google/wire/cmd/wire
96
- require_go github.com/abice/go-enum
97
- require_go github.com/swaggo/swag/cmd/swag
98
- require_go golang.org/x/tools/cmd/gonew
99
100
if command -v golangci-lint &>/dev/null; then
101
msg "golangci-lint $(golangci-lint version)"
0 commit comments