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 is done using the go get command:
go get github.com/shareed2k/storage