In this project I collect some of the features which I've tried
- Make sure that you've installed the docker on your PC
- Make sure that you are inside of GOPATH directory
- Make sure that you installed all the vendors by running
make vendor
command - Make sure that you pull the docker image which will be used during compilation
docker pull karalabe/xgo-latest
- Make sure that you download the xgo vendor
go get github.com/karalabe/xgo
To compile the test project please run the following command: make build-cgo-enabled
To compile the test project please run the following command: make build