Skip to content

Commit

Permalink
Merge pull request #3644 from cloudflare/remove-structs-op
Browse files Browse the repository at this point in the history
remove structslop
  • Loading branch information
jacobbednarz authored Nov 20, 2024
2 parents 71a36bc + 6b72bac commit 2f18b31
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 2f18b31

Please sign in to comment.