Skip to content

Commit

Permalink
tools: add goimports to local toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz committed Aug 7, 2023
1 parent bf2c717 commit c4897fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/tools/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ package tools
//go:generate go install golang.org/x/lint/golint
//go:generate go install golang.org/x/oauth2
//go:generate go install golang.org/x/tools/gopls@latest
//go:generate go install golang.org/x/tools/cmd/goimports@latest

import (
// local development tooling for linting and debugging.
Expand All @@ -35,6 +36,7 @@ import (
_ "github.com/securego/gosec/v2/cmd/gosec"
_ "github.com/uudashr/gopkgs/v2/cmd/gopkgs"
_ "golang.org/x/lint/golint"
_ "golang.org/x/tools/cmd/goimports@latest"
_ "golang.org/x/tools/gopls"

// used for changelog-check tooling
Expand Down

0 comments on commit c4897fb

Please sign in to comment.