mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
feat(golang/packages): add gofumpt to global package list
This commit is contained in:
@@ -32,6 +32,7 @@ install_go_global_packages() {
|
|||||||
golang.org/x/vuln/cmd/govulncheck@latest
|
golang.org/x/vuln/cmd/govulncheck@latest
|
||||||
google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
|
google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
|
||||||
google.golang.org/protobuf/cmd/protoc-gen-go@latest
|
google.golang.org/protobuf/cmd/protoc-gen-go@latest
|
||||||
|
mvdan.cc/gofumpt@latest
|
||||||
)
|
)
|
||||||
|
|
||||||
for package in "${packages[@]}"; do
|
for package in "${packages[@]}"; do
|
||||||
|
|||||||
Reference in New Issue
Block a user