bin/install-go-tools
Jeffrey Serio 9c7b124846 Add hugo
2024-04-12 00:35:36 -05:00

9 lines
302 B
Bash
Executable File

#!/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
go install github.com/gohugoio/hugo@latest