2024-03-29 16:56:58 -05: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 00:35:36 -05:00
|
|
|
go install github.com/gohugoio/hugo@latest
|