Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 245 Bytes

HACKING.md

File metadata and controls

12 lines (10 loc) · 245 Bytes

Hacking

Install deps, dev-deps and run test

$ git clone git@github.com:repejota/psh.git
$ cd psh
export GO111MODULE=on  # ref: https://dave.cheney.net/2018/07/16/using-go-modules-with-travis-ci
make deps
make dev-deps
make test