You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
John Robinson e5f393574d
convert to go module
пре 4 година
.gitignore Initial commit пре 9 година
.travis.yml fix: update fsnotify ref. repository пре 5 година
LICENSE Initial commit пре 9 година
README.md init imports пре 9 година
fs.go init imports пре 9 година
fs_test.go init imports пре 9 година
go.mod convert to go module пре 4 година
go.sum convert to go module пре 4 година
watcher.go Update watcher.go пре 5 година

README.md

FS

Build Status GoDoc

FS is a file system toolkit for the Go programming language.

Getting Started

Install the package, along with executable binary helper (go 1.4 and greater is required):

$ go get -v github.com/goanywhere/fs