xchacha20-poly1305 / AnGo

Update all of GOBIN.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Update all of GOBIN.

License:MIT License


Languages

Language:Go 100.0%