https://github.com/vmware-archive/go-nfs-client
NFS client implementation for Golang
https://github.com/vmware-archive/go-nfs-client
Last synced: 5 months ago
JSON representation
NFS client implementation for Golang
- Host: GitHub
- URL: https://github.com/vmware-archive/go-nfs-client
- Owner: vmware-archive
- License: other
- Archived: true
- Fork: true (davecheney/nfs)
- Created: 2017-01-28T01:18:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-21T05:18:57.000Z (over 2 years ago)
- Last Synced: 2025-08-13T23:19:54.951Z (10 months ago)
- Language: Go
- Homepage:
- Size: 1.11 MB
- Stars: 90
- Watchers: 8
- Forks: 48
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE_BSD-2.txt
Awesome Lists containing this project
README
NFS Client for Golang
=====================
[](http://godoc.org/github.com/fdawg4l/nfs)
This is forked from and builds upon the work done [here](https://github.com/davecheney/nfs) which was put in the [public domain](https://github.com/davecheney/nfs/issues/1#issuecomment-280563247).
The objective is to build a minimal NFSv3 client.