- Pipet uses dep for dependency management.
# Clone repo
WORKDIR=$GOPATH/src/github.com/dbalan/pipet
git clone [email protected]:dbalan/pipet $WORKDIR
cd $WORKDIR
dep ensure # dep needes to be installed ofcourse
go build
- Pipet is mostly written to suit my workflow, which means it is quite limited. I would be happy to accept pull requests to improve and change workflows, but if the changes are big, please open an Issue explaining what and why you want to change something.