π filefriend is a convenient wrapper around the os/filepath module for Go. Provides a wide variety of functions that combines
packages into one, single wrapper, allowing for flexible and easy modifications of the systems file and folders.
To use this package in your own code, make sure your GO_PATH environment variable is correctly set, and install it using go get:
go get github.com/sanderhelleso/filefriend
Then, you can include it in your project:
import "github.com/sanderhelleso/filefriend"
Alternatively, you can clone it yourself:
git clone https://github.com/sanderhelleso/filefriend.git
Detailed documentation and overview of the package can be found here
MIT