cmount: a new mount option based on cgofuse.

This with the aid of WinFSP should work on Windows.

Unfinished bits
  * 1 test doesn't pass
  * docs
  * build
This commit is contained in:
Nick Craig-Wood
2017-05-02 22:36:11 +01:00
parent 268fe0004c
commit ee1111e4c9
5 changed files with 857 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
// Build for cmount for unsupported platforms to stop go complaining
// about "no buildable Go source files "
// +build !linux,!darwin,!freebsd,!windows !cgo
package cmount