1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-04 03:10:18 +00:00

golint grace

This commit is contained in:
astaxie
2015-09-10 16:35:40 +08:00
parent 01a5e54264
commit 65fb7ce391
4 changed files with 58 additions and 46 deletions

View File

@ -4,7 +4,7 @@ import "net"
type graceConn struct {
net.Conn
server *graceServer
server *Server
}
func (c graceConn) Close() error {