DEBSOURCES
Skip Quicknav
sources / golang-vhost / 0.0~git20140120-3 / interface.go
1234567891011
package vhost import ( "net" ) type Conn interface { net.Conn Host() string Free() }