Chlorure/README.md

1.9 KiB

Chlorure

Under heavy development

For now, chlorure uses the old way to manage go dependencies (ie: not go mod). Given you are new to go and not set any environment variable, the following should work for you:

GOPATH=$HOME/go
GOBIN=$GOPATH/bin 

go get ./...

Then

go run ./cli.go

Scratchpad