mirror of
https://github.com/astaxie/beego.git
synced 2025-07-04 03:10:18 +00:00
golint grace
This commit is contained in:
@ -4,7 +4,7 @@ import "net"
|
||||
|
||||
type graceConn struct {
|
||||
net.Conn
|
||||
server *graceServer
|
||||
server *Server
|
||||
}
|
||||
|
||||
func (c graceConn) Close() error {
|
||||
|
Reference in New Issue
Block a user