Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save corentone/99a0d6f540a9afbe2c90f520ed08a8e6 to your computer and use it in GitHub Desktop.
Save corentone/99a0d6f540a9afbe2c90f520ed08a8e6 to your computer and use it in GitHub Desktop.
Generate JyBP's mocks
cd $GOPATH/src
mkdir vektra && cd vektra && git clone https://github.com/corentone/mockery.git
cd mockery && git checkout in-place-differentfolder && make install
cd $GOPATH/src
mkdir JyBP
git clone https://github.com/JyBP/keeptree.git && cd keeptree
mockery -all -keeptree -output ./cmd/mocks -dir ./
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment