This commit is contained in:
Cadey Ratio 2017-03-26 15:28:29 -07:00
parent 3d516cdf4e
commit c3e3f595df
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ type Connection struct {
cancel context.CancelFunc
}
func (c *Connection) Fer() ln.F {
func (c *Connection) F() ln.F {
return map[string]interface{}{
"id": c.id,
"remote": c.conn.RemoteAddr(),