Skip to content

Commit

Permalink
Merge pull request #595 from projectcalico/gofumpt
Browse files Browse the repository at this point in the history
Add gofumpt, the more aggressive go formatter.
  • Loading branch information
fasaxc authored Oct 17, 2024
2 parents 31cc110 + 8c9db89 commit e94b7f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ RUN go install github.com/onsi/ginkgo/v2/[email protected] && mv /go/bin/ginkgo /go
go install github.com/swaggo/swag/cmd/[email protected] && \
go install github.com/wadey/[email protected] && \
go install golang.org/x/tools/cmd/[email protected] && \
go install mvdan.cc/[email protected] && \
go install golang.org/x/tools/cmd/[email protected] && \
go install google.golang.org/grpc/cmd/[email protected] && \
go install google.golang.org/protobuf/cmd/[email protected] && \
Expand Down

0 comments on commit e94b7f2

Please sign in to comment.