Categorygithub.com/sanemat/go-importlist
modulepackage
0.2.1
Repository: https://github.com/sanemat/go-importlist.git
Documentation: pkg.go.dev

# README

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

# Packages

No description provided by the author

# Functions

Run command.