feat(mise/tools): add godef

This commit is contained in:
Jim Myhrberg
2024-06-06 18:34:15 +01:00
parent aa17e6fa66
commit 9791d9e304

View File

@@ -38,6 +38,7 @@ show_tools = false
"go:github.com/nametake/golangci-lint-langserver" = "latest"
"go:github.com/rakyll/hey" = "latest"
"go:github.com/rhysd/actionlint/cmd/actionlint" = "latest"
"go:github.com/rogpeppe/godef" = "latest"
"go:github.com/segmentio/golines" = "latest"
"go:golang.org/x/tools/cmd/godoc" = "latest"
"go:golang.org/x/tools/cmd/goimports" = "latest"