1 Star 0 Fork 0

marker / go-vhost

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
interface.go 91 Bytes
一键复制 编辑 原始数据 按行查看 历史
Alan Shreve 提交于 2013-11-06 11:59 . initial commit
package vhost
import (
"net"
)
type Conn interface {
net.Conn
Host() string
Free()
}
1
https://gitee.com/marker/go-vhost.git
git@gitee.com:marker/go-vhost.git
marker
go-vhost
go-vhost
v0.0.1

搜索帮助