importlist

package module
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 2, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(argv []string, data []byte, outStream, errStream io.Writer) error

Run command

Types

This section is empty.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL