apply go1.19 gofmt

This commit is contained in:
Shivaram Lingamneni
2022-08-03 00:54:50 -04:00
parent 096c12fb52
commit 5b72cd8622
4 changed files with 16 additions and 10 deletions
+1 -1
View File
@@ -203,7 +203,7 @@ func parseProxyLineV2(line []byte) (ip net.IP, err error) {
return ip, nil
}
/// WrappedConn is a net.Conn with some additional data stapled to it;
// / WrappedConn is a net.Conn with some additional data stapled to it;
// the proxied IP, if one was read via the PROXY protocol, and the listener
// configuration.
type WrappedConn struct {