siebenmann / which

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Go 100.0%