Harvey-OS / ninep

Package for implementing clients and servers of the 9P and 9P2000 distributed resource protocols in Go.
Other
39 stars 19 forks source link

filesystem: trim unnecesary exports #32

Closed jcrussell closed 6 years ago

jcrussell commented 6 years ago

Trim export of File and FileServer fields that don't make sense to export.

jcrussell commented 6 years ago

io.SeekStart was added in Go 1.7, apparently. Is it worth dropping 1.5, 1.6 and adding 1.9 and 1.10 to the Travis config?

rminnich commented 6 years ago

yes, 1.5 and 1.6 are too old, good idea.