Skip to content

Commit

Permalink
remove structslop
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz committed Nov 20, 2024
1 parent 71a36bc commit 6b72bac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/tools/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 12,6 @@ package tools
//go:generate go install github.com/hashicorp/go-changelog/cmd/changelog-build
//go:generate go install github.com/jgautheron/goconst/cmd/goconst
//go:generate go install github.com/kyoh86/exportloopref/cmd/exportloopref
//go:generate go install github.com/orijtech/structslop/cmd/structslop
//go:generate go install github.com/ramya-rao-a/go-outline
//go:generate go install github.com/securego/gosec/v2/cmd/gosec
//go:generate go install github.com/uudashr/gopkgs/v2/cmd/gopkgs
Expand All @@ -31,7 30,6 @@ import (
_ "github.com/hashicorp/go-changelog/cmd/changelog-build"
_ "github.com/jgautheron/goconst/cmd/goconst"
_ "github.com/kyoh86/exportloopref/cmd/exportloopref"
_ "github.com/orijtech/structslop/cmd/structslop"
_ "github.com/ramya-rao-a/go-outline"
_ "github.com/securego/gosec/v2/cmd/gosec"
_ "github.com/uudashr/gopkgs/v2/cmd/gopkgs"
Expand Down

0 comments on commit 6b72bac

Please sign in to comment.