Backup, Crypto, Stream things
Go to file
Quentin ea8241b0f7 Add gitignore and WIP tests 2020-06-01 15:42:45 +02:00
sodium Add gitignore and WIP tests 2020-06-01 15:42:45 +02:00
.gitignore Add gitignore and WIP tests 2020-06-01 15:42:45 +02:00
README.md Initial commit 2020-06-01 14:20:34 +02:00
cli.go Initial commit 2020-06-01 14:20:34 +02:00

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