An open API service indexing awesome lists of open source software.

https://github.com/vedadiyan/filepack

A simple file library
https://github.com/vedadiyan/filepack

Last synced: 3 months ago
JSON representation

A simple file library

Awesome Lists containing this project

README

        

# filepack
filepack is a simple library for directory listing, copying, and moving directories which are missing in the Go's core library.
# How to use
In order to use the library, reference it by running the below command

go get github.com/vedadiyan/filepack

filepack comes with three functions `GetFiles`, `Copy`, and `Move`. These functions are self-descriptive and no further documentation is required.