Skip to content

xchacha20-poly1305/AnGo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AnGo

Update all of GOBIN.

AnGo provides an easy way to manage your GOBIN. You can install module with -trimpath and -ldflags flags, and automatically update them.

Usage

Install by go:

go install -v -trimpath -ldflags "-w -s -buildid=" github.com/xchacha20-poly1305/ango/cmd/ango@latest

Build:

go build -v -trimpath -ldflags "-w -s -buildid=" ./cmd/ango/

command:

Usage of ango:
  -V	Print version.
  -d	Dry run. Just check update.
  -ldflags string
    	 (default "-s -w")
  -r	Re-install all binaries.
  -trimpath
    	 (default true)
  -v	Show verbose info. And append -v flag to go install

Credits