modulepackage
0.0.0-20200601110457-40aff7fa91b2
Repository: https://github.com/shareed2k/storage.git
Documentation: pkg.go.dev
# README
Storage
storage is a Go library inspired by Laravel File Storage build on top of Rclone. Laravel provides a powerful filesystem abstraction thanks to the wonderful Flysystem PHP package by Frank de Jonge. So after I switched programming language to Golang, I want to have also something like file storage library for use in Golang, there is a wonderful tool called Rclone, Rclone support a long list of providers, I'm gonna use Rclone as file system core lib.
Installation
Installation is done using the go get
command:
go get github.com/shareed2k/storage
# Variables
No description provided by the author
# Structs
No description provided by the author
# Interfaces
No description provided by the author