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

# 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.

# Packages

Package azure provides functionality for interacting with Microsoft Azure services, specifically focusing on OneDrive and SharePoint storage operations through Microsoft Graph API.
No description provided by the author
No description provided by the author