mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 00:40:44 +02:00
bin: install revive
This commit is contained in:
parent
b6548a8792
commit
0ce31d478d
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
echo -e "\e[32m[gopls]\e[0m"; go install golang.org/x/tools/gopls@latest
|
||||
echo -e "\e[32m[revive]\e[0m"; go install github.com/mgechev/revive@latest
|
||||
echo -e "\e[32m[gofumpt]\e[0m"; go install mvdan.cc/gofumpt@latest
|
||||
echo -e "\e[32m[goimports]\e[0m"; go install golang.org/x/tools/cmd/goimports@latest
|
||||
echo -e "\e[32m[golines]\e[0m"; go install github.com/segmentio/golines@latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue