mirror of
https://codeberg.org/hyperreal/bin
synced 2024-11-25 10:23:42 +01:00
8 lines
259 B
Plaintext
8 lines
259 B
Plaintext
|
#!/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
|