1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-23 04:47:02 +00:00

gofmt everything, even the vendor.

Former-commit-id: c2bf34c63b5cc6c974ce2b3bcf04bb1c9b77efaf
This commit is contained in:
Gerasimos (Makis) Maropoulos
2017-02-16 03:26:02 +02:00
parent 13e83fc57e
commit 40b62f2958
3 changed files with 89 additions and 111 deletions

View File

@@ -150,7 +150,7 @@ func (ln TCPKeepAliveListener) Accept() (c net.Conn, err error) {
return tc, nil
}
///TODO:
///TODO: ?
// func (ln TCPKeepAliveListener) Close() error {
// return nil
// }