minikube/third_party/go9p
Steven Powell 1aa1f04e9b remove old build tags 2022-03-30 16:43:29 -07:00
..
ufs Better comment syntax 2019-07-05 11:17:10 +08:00
.gitignore
LICENSE
README.md
clnt_clnt.go Correct grammar and words 2019-09-24 17:49:02 +08:00
clnt_close.go
clnt_mount.go Typo fix "file sever"->"file server" 2018-03-13 09:12:12 -07:00
clnt_open.go
clnt_pool.go
clnt_read.go
clnt_remove.go
clnt_stat.go
clnt_stats_http.go remove old build tags 2022-03-30 16:43:29 -07:00
clnt_tag.go
clnt_walk.go
clnt_write.go
debug.go
fmt.go
log.go
osusers.go
p9.go
packr.go
packt.go
srv_conn.go Run go vet on all code, not just pkg and cmd 2019-03-10 14:33:24 +01:00
srv_fcall.go try fixing bad mount error 2021-11-22 17:13:37 -08:00
srv_file.go Use RWMutex instead of Mutex 2020-07-21 10:39:45 +08:00
srv_pipe.go Check for uint32 overflow in go9p third party 2021-04-20 08:07:37 +02:00
srv_pipe_darwin.go
srv_pipe_freebsd.go Add files missing for FreeBSD compilation 2020-03-26 16:23:53 -07:00
srv_pipe_linux.go
srv_pipe_windows.go
srv_respond.go
srv_srv.go Update srv_srv.go 2018-04-23 20:12:39 +08:00
srv_stats_http.go remove old build tags 2022-03-30 16:43:29 -07:00
stats.go
ufs.go Check for uint32 overflow in go9p third party 2021-04-20 08:07:37 +02:00
ufs_darwin.go Address some go9p issues adressed by SonarCloud 2019-10-06 20:07:20 +02:00
ufs_freebsd.go Add files missing for FreeBSD compilation 2020-03-26 16:23:53 -07:00
ufs_linux.go Better comment syntax 2019-07-05 11:17:10 +08:00
ufs_windows.go Issue #3044 - set timestamps of mounted files with windows host. 2018-10-31 05:44:19 +01:00
ufs_windows_test.go go fmt 2018-10-31 11:18:03 +01:00
unpack.go Address some go9p issues adressed by SonarCloud 2019-10-06 20:07:20 +02:00

README.md

This is go9p done in a way that I can understand.

To install: export GOPATH=~rminnich/go go get -a /k8s.io/minikube/third_party/go9p go get -a /k8s.io/minikube/third_party/go9p/ufs go install -a /k8s.io/minikube/third_party/go9p/ufs

~/go/bin/ufs