Skip to content

rjeczalik/which

Repository files navigation

which GoDoc Build Status Build Status Build status Coverage Status

Package which shows the import path of Go executables.

Installation

~ $ go get -u github.com/rjeczalik/which

Documentation

godoc.org/github.com/rjeczalik/which

cmd/gowhich GoDoc

Installation

~ $ go get -u github.com/rjeczalik/which/cmd/gowhich
~ $ go install github.com/rjeczalik/which/cmd/gowhich

Documentation

godoc.org/github.com/rjeczalik/which/cmd/gowhich

Example usage

~ $ gowhich godoc
code.google.com/p/go.tools/cmd/godoc
~ $ gowhich ~/bin/godoc
code.google.com/p/go.tools/cmd/godoc

cmd/gofile GoDoc

Installation

~ $ go get -u github.com/rjeczalik/which/cmd/gofile
~ $ go install github.com/rjeczalik/which/cmd/gofile

Documentation

godoc.org/github.com/rjeczalik/which/cmd/gofile

Example usage

~ $ gofile godoc
darwin_amd64
~ $ gofile ~/bin/godoc
darwin_amd64

About

Reads the import path and target platform strings from Golang executables.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages