skburgart / gtils

Utility packages for our golang projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(G)o-U(tils)

Arguably useful & reusable packages for our golang projects.

wercker status

GoDoc

Running tests / build pipeline locally (docker-machine)


# install the wercker cli
$ curl -L https://install.wercker.com | sh

# make sure a docker host is running
$ docker-machine start default && eval $(docker-machine env default)

# run the build pipeline locally, to test your code locally
$ ./testrunner

Running tests / build pipeline locally (boot2docker)


# install the wercker cli
$ curl -L https://install.wercker.com | sh

# make sure a docker host is running
$ boot2docker up && $(boot2docker shellinit)

# run the build pipeline locally, to test your code locally
$ ./testrunner

About

Utility packages for our golang projects.

License:Apache License 2.0


Languages

Language:Go 98.3%Language:Shell 1.7%