List imported tools.
import-list -z tools.go
returns url list from tools.go for go install, split by NULL.
Not many options.
import-list -z tools.go | xargs -0 -P 4 -I {} go install {}
Use x-go-install
import-list -z tools.go | x-go-install -0
cat tools.go | grep _ | awk -F'"' '{print $$2}'
is only for unix users.
ghg get sanemat/go-importlist
go install https://github.com/sanemat/go-importlist/cmd/import-list
Copyright 2019 Matt (Sanemat) (Murahashi Kenichi) Apache License Version 2.0