From 9791d9e3047fbb4233f8f2754c32ac9e8824b2e5 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 6 Jun 2024 18:34:15 +0100 Subject: [PATCH] feat(mise/tools): add godef --- config/mise/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/mise/config.toml b/config/mise/config.toml index b99e2c3..2817c7c 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -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"