Categorygithub.com/global-index-source/ksau-go
repositorypackage
0.3.0-alpha
Repository: https://github.com/global-index-source/ksau-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

ksau-go

Go Version

Build Instruction

To build this project, you need two important thing:

  1. Private PGP key used to decrypt rclone.conf
  2. The passphrase of the PGP key

They should be placed under crypto/ like so:

└───crypto
        algo.go
        placeholder.go
        >> passphrase.txt  ⌉  -- These files
        >> privkey.pem     ⌋     they are not provided by the repo

Finally, install the dependencies and you're ready to build the project!

go mod tidy  # install dependencies
make build   # build the project

Depending on the OS you're on, you'll see ksau-go or ksau-go.exe generated in the current working directory.