Skip to content

Commit

Permalink
Add gofumpt, the more aggressive go formatter.
Browse files Browse the repository at this point in the history
  • Loading branch information
fasaxc committed Oct 15, 2024
1 parent 31cc110 commit 8c9db89
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 8c9db89

Please sign in to comment.