Backup, Crypto, Stream things
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Quentin ea8241b0f7 Add gitignore and WIP tests 3 years ago
sodium Add gitignore and WIP tests 3 years ago
.gitignore Add gitignore and WIP tests 3 years ago
README.md Initial commit 3 years ago
cli.go Initial commit 3 years ago

README.md

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