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

protocol: improvements to Server #30

Closed jcrussell closed 6 years ago

jcrussell commented 6 years ago

Add ListenAndServe, Serve, Accept, and Shutdown to protocol.Server.

Trims -serverprofile flag since it was strange to include in a package. Trims the check in Dispatch to ensure that version is the first command.