Skip to content
This repository has been archived by the owner on Oct 7, 2023. It is now read-only.
/ go-importlist Public archive
generated from sanemat/go-boilerplate

import-list -z tools.go returns url list from tools.go for go install, split by NULL.

License

Notifications You must be signed in to change notification settings

sanemat/go-importlist

Repository files navigation

importlist

List imported tools.

Overview

import-list -z tools.go returns url list from tools.go for go install, split by NULL.

Limitation

Not many options.

Usage

import-list -z tools.go | xargs -0 -P 4 -I {} go install {}

One more thing

Use x-go-install

import-list -z tools.go | x-go-install -0

Motivation

cat tools.go | grep _ | awk -F'"' '{print $$2}' is only for unix users.

Install

ghg

ghg get sanemat/go-importlist

go install

go install https://github.com/sanemat/go-importlist/cmd/import-list

Design

design

Changelog

chagelog by git-chglog

License

Copyright 2019 Matt (Sanemat) (Murahashi Kenichi) Apache License Version 2.0

Credits

credits by gocredits

About

import-list -z tools.go returns url list from tools.go for go install, split by NULL.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published