We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, nice project. I wonder what's the right way to umount the mountpoint currectly in code after main function exits.
The text was updated successfully, but these errors were encountered:
I can see there is a umount attempt https://github.com/vgough/go-fuse-c/blob/master/fuse/wrapper.c#L96 , however it doesn't seem to work.
Env:
Archlinux x64 go version go1.12.6 linux/amd64
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hi, nice project. I wonder what's the right way to umount the mountpoint currectly in code after main function exits.
The text was updated successfully, but these errors were encountered: