Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.24 KB

README.md

File metadata and controls

40 lines (32 loc) · 1.24 KB

filefriend

Documentation Go Report Card



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

Installation & how to use

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

Documentation

Detailed documentation and overview of the package can be found here

Licence

MIT