Skip to content

sanderhelleso/filefriend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

44 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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