winfsp / cgofuse

Cross-platform FUSE library for Go - Works on Windows, macOS, Linux, FreeBSD, NetBSD, OpenBSD
https://winfsp.dev
MIT License
514 stars 82 forks source link

Fix imports in passthrough example #1

Closed ncw closed 7 years ago

ncw commented 7 years ago

I suspect you might have symlinks in your GOPATH or something like that...

The patch changes the imports to be done in the standard go way.

billziss-gh commented 7 years ago

@ncw, thanks.