gobin

command module
v0.0.0-...-d2828d3 Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2021 License: GPL-3.0 Imports: 1 Imported by: 0

README

gobin

gobin is a package manager for /go/bin

gobin runs go to install, get available versions, get a version from a binary. It does not store anything on disk itself.

For information about go modules, see https://go.dev/ref/mod.

Features

  • List installed packages.
  • Check for updates.
  • Install packages (like go install).
  • Uninstall packages (just remove binaries).
  • Update outdated packages.
  • Reinstall packages which was built with old version of go.
  • JSON format output.

Installation

go install github.com/burik666/gobin@latest

Usage

Use gobin --help for more information.

gobin install golang.org/x/tools/cmd/...
gobin install golang.org/x/tools/cmd/...@v0.1.7 -- -ldflags=-s
gobin list goimports
gobin list golang.org/x/tools/cmd/...
gobin upgrade golang.org/x/tools/cmd/...
gobin uninstall golang.org/x/tools/cmd/...

License

GPLv3

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
cmd

Jump to

Keyboard shortcuts

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