all repos

dotfiles @ 0ce31d4

i use rach linux btw
1 files changed, 1 insertions(+), 0 deletions(-)
bin: install revive
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2026-01-06 23:39:45 +0200
Parent: b6548a8
M bin/go-install-bins.sh
ยทยทยท
        1
        1
         #!/usr/bin/env bash

      
        2
        2
         echo -e "\e[32m[gopls]\e[0m";        go install golang.org/x/tools/gopls@latest

      
        
        3
        +echo -e "\e[32m[revive]\e[0m";       go install github.com/mgechev/revive@latest

      
        3
        4
         echo -e "\e[32m[gofumpt]\e[0m";      go install mvdan.cc/gofumpt@latest

      
        4
        5
         echo -e "\e[32m[goimports]\e[0m";    go install golang.org/x/tools/cmd/goimports@latest

      
        5
        6
         echo -e "\e[32m[golines]\e[0m";      go install github.com/segmentio/golines@latest