Local File System - SilverEzhik/fmtest GitHub Wiki

The local file system layer implements the FS interface for, you guessed it, your local file system.

It implements the folder watcher using fsnotify, and the rest via wrappers for Go's standard library.