mirror of
https://codeberg.org/hyperreal/bin
synced 2024-11-01 16:43:08 +01:00
9 lines
302 B
Bash
Executable File
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
|