Skip to content

zackijack/go-project

Repository files navigation

go-project

Go project template

Install

You can install the pre-compiled binary in several different ways.

homebrew tap

$ brew tap zackijack/tap
$ brew install go-project

or simply

$ brew install zackijack/tap/go-project

scoop

PS> scoop bucket add zackijack https://github.com/zackijack/scoop-bucket.git
PS> scoop install zackijack/go-project

deb/rpm

Download the .deb or .rpm from the releases page and install with dpkg -i and rpm -i respectively.

docker

$ docker pull zackijack/go-project

go get

$ go get github.com/zackijack/go-project

and ensuring that $GOPATH/bin is added to your $PATH.

manually

Download the pre-compiled binaries from the releases page and copy to the desired location.

Verify installation

Once you’ve installed go-project, you can verify it is installed correctly by running version command:

$ go-project version

or with docker

$ docker run --rm zackijack/go-project:latest version