minikube/third_party/go9p
Thomas Stromberg e3472b6da0 Add files missing for FreeBSD compilation 2020-03-26 16:23:53 -07:00
..
ufs Better comment syntax 2019-07-05 11:17:10 +08:00
.gitignore Update mount implementation, add mount integration tests, and check that path exists. 2017-04-06 13:39:25 -07:00
LICENSE Added 9p server as well as minikube mount command 2017-02-25 10:08:45 -08:00
README.md Update mount implementation, add mount integration tests, and check that path exists. 2017-04-06 13:39:25 -07:00
clnt_clnt.go Correct grammar and words 2019-09-24 17:49:02 +08:00
clnt_close.go Update mount implementation, add mount integration tests, and check that path exists. 2017-04-06 13:39:25 -07:00
clnt_mount.go Typo fix "file sever"->"file server" 2018-03-13 09:12:12 -07:00
clnt_open.go Update mount implementation, add mount integration tests, and check that path exists. 2017-04-06 13:39:25 -07:00
clnt_pool.go Update mount implementation, add mount integration tests, and check that path exists. 2017-04-06 13:39:25 -07:00
clnt_read.go Update mount implementation, add mount integration tests, and check that path exists. 2017-04-06 13:39:25 -07:00
clnt_remove.go Update mount implementation, add mount integration tests, and check that path exists. 2017-04-06 13:39:25 -07:00
clnt_stat.go Update mount implementation, add mount integration tests, and check that path exists. 2017-04-06 13:39:25 -07:00
clnt_stats_http.go Update mount implementation, add mount integration tests, and check that path exists. 2017-04-06 13:39:25 -07:00
clnt_tag.go Update mount implementation, add mount integration tests, and check that path exists. 2017-04-06 13:39:25 -07:00
clnt_walk.go Update mount implementation, add mount integration tests, and check that path exists. 2017-04-06 13:39:25 -07:00
clnt_write.go Update mount implementation, add mount integration tests, and check that path exists. 2017-04-06 13:39:25 -07:00
debug.go Update mount implementation, add mount integration tests, and check that path exists. 2017-04-06 13:39:25 -07:00
fmt.go Update mount implementation, add mount integration tests, and check that path exists. 2017-04-06 13:39:25 -07:00
log.go Update mount implementation, add mount integration tests, and check that path exists. 2017-04-06 13:39:25 -07:00
osusers.go Update mount implementation, add mount integration tests, and check that path exists. 2017-04-06 13:39:25 -07:00
p9.go Update mount implementation, add mount integration tests, and check that path exists. 2017-04-06 13:39:25 -07:00
packr.go Update mount implementation, add mount integration tests, and check that path exists. 2017-04-06 13:39:25 -07:00
packt.go Update mount implementation, add mount integration tests, and check that path exists. 2017-04-06 13:39:25 -07:00
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 Update mount implementation, add mount integration tests, and check that path exists. 2017-04-06 13:39:25 -07:00
srv_file.go Typo fix: occured->occurred 2018-05-01 13:16:12 +08:00
srv_pipe.go Update mount implementation, add mount integration tests, and check that path exists. 2017-04-06 13:39:25 -07:00
srv_pipe_darwin.go Update mount implementation, add mount integration tests, and check that path exists. 2017-04-06 13:39:25 -07:00
srv_pipe_freebsd.go Add files missing for FreeBSD compilation 2020-03-26 16:23:53 -07:00
srv_pipe_linux.go Update mount implementation, add mount integration tests, and check that path exists. 2017-04-06 13:39:25 -07:00
srv_pipe_windows.go Update mount implementation, add mount integration tests, and check that path exists. 2017-04-06 13:39:25 -07:00
srv_respond.go Update mount implementation, add mount integration tests, and check that path exists. 2017-04-06 13:39:25 -07:00
srv_srv.go Update srv_srv.go 2018-04-23 20:12:39 +08:00
srv_stats_http.go Update mount implementation, add mount integration tests, and check that path exists. 2017-04-06 13:39:25 -07:00
stats.go Update mount implementation, add mount integration tests, and check that path exists. 2017-04-06 13:39:25 -07:00
ufs.go Update gendocs, disable ufs flag 2017-04-06 15:15:03 -07: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