Installation

To install Masquerade you need GoLang compilation tools.

Just make, it will put their binaries into $GOPATH/bin.

> make

Ensure that $GOPATH/bin it’s in your path:

> export PATH=$(go env GOPATH)/bin:$(go env GOROOT)/bin:$PATH