env GOOS=linux GOARCH=amd64 go build
go build
go test -coverprofile=coverage.out
go tool cover -html=coverage.out
docker run -p 11211:11211 memcached:alpine
ln -s $(pwd)/hooks/pre-commit .git/hooks/pre-commit
env GOOS=linux GOARCH=amd64 go build
go build
go test -coverprofile=coverage.out
go tool cover -html=coverage.out
docker run -p 11211:11211 memcached:alpine
ln -s $(pwd)/hooks/pre-commit .git/hooks/pre-commit