Skip to content

provides NetAccept struct for accepting connections from net.Listener

License

Notifications You must be signed in to change notification settings

goinsane/netaccept

Repository files navigation

netaccept

GoDoc

Package netaccept provides Server for accepting connections from net.Listener. It is similar with GoLang's http.Server.