bin/install-go-tools

9 lines
302 B
Plaintext
Raw Normal View History

2024-03-29 22:56:58 +01:00
#!/usr/bin/env bash
go install golang.org/x/tools/gopls@latest
go install github.com/fatih/gomodifytags@latest
go install github.com/cweill/gotests/...@latest
go install github.com/x-motemen/gore/cmd/gore@latest
go install golang.org/x/tools/cmd/guru@latest
2024-04-12 07:35:36 +02:00
go install github.com/gohugoio/hugo@latest