===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
slt-0.0.git20140301/server_test.go-63-
slt-0.0.git20140301/server_test.go:64:	return l, fmt.Sprintf("127.0.0.1:%d", l.Addr().(*net.TCPAddr).Port)
slt-0.0.git20140301/server_test.go-65-}
##############################################
slt-0.0.git20140301/server_test.go-281-
slt-0.0.git20140301/server_test.go:282:	addr := fmt.Sprintf("127.0.0.1:%d", l.Addr().(*net.TCPAddr).Port)
slt-0.0.git20140301/server_test.go-283-
##############################################
slt-0.0.git20140301/.pc/0001-trying-to-use-successor-to-golang-goyaml.patch/server.go-67-	}
slt-0.0.git20140301/.pc/0001-trying-to-use-successor-to-golang-goyaml.patch/server.go:68:	s.Printf("Serving connections on %v", l.Addr())
slt-0.0.git20140301/.pc/0001-trying-to-use-successor-to-golang-goyaml.patch/server.go-69-
##############################################
slt-0.0.git20140301/.pc/0001-trying-to-use-successor-to-golang-goyaml.patch/server.go-103-				} else {
slt-0.0.git20140301/.pc/0001-trying-to-use-successor-to-golang-goyaml.patch/server.go:104:					s.Printf("Failed to mux connection from %v, error: %v", conn.RemoteAddr(), err)
slt-0.0.git20140301/.pc/0001-trying-to-use-successor-to-golang-goyaml.patch/server.go-105-					// XXX: respond with valid TLS close messages
##############################################
slt-0.0.git20140301/.pc/0001-trying-to-use-successor-to-golang-goyaml.patch/server.go-133-		if err != nil {
slt-0.0.git20140301/.pc/0001-trying-to-use-successor-to-golang-goyaml.patch/server.go:134:			s.Printf("Failed to accept new connection for '%v': %v", conn.RemoteAddr())
slt-0.0.git20140301/.pc/0001-trying-to-use-successor-to-golang-goyaml.patch/server.go-135-			if e, ok := err.(net.Error); ok {
##############################################
slt-0.0.git20140301/.pc/0001-trying-to-use-successor-to-golang-goyaml.patch/server.go-141-		}
slt-0.0.git20140301/.pc/0001-trying-to-use-successor-to-golang-goyaml.patch/server.go:142:		s.Printf("Accepted new connection for %v from %v", name, conn.RemoteAddr())
slt-0.0.git20140301/.pc/0001-trying-to-use-successor-to-golang-goyaml.patch/server.go-143-
##############################################
slt-0.0.git20140301/.pc/0001-trying-to-use-successor-to-golang-goyaml.patch/server.go-164-	}
slt-0.0.git20140301/.pc/0001-trying-to-use-successor-to-golang-goyaml.patch/server.go:165:	s.Printf("Initiated new connection to backend: %v %v", upConn.LocalAddr(), upConn.RemoteAddr())
slt-0.0.git20140301/.pc/0001-trying-to-use-successor-to-golang-goyaml.patch/server.go-166-
##############################################
slt-0.0.git20140301/.pc/0001-trying-to-use-successor-to-golang-goyaml.patch/server.go-178-		n, err := io.Copy(dst, src)
slt-0.0.git20140301/.pc/0001-trying-to-use-successor-to-golang-goyaml.patch/server.go:179:		s.Printf("Copy from %v to %v failed after %d bytes with error %v", src.RemoteAddr(), dst.RemoteAddr(), n, err)
slt-0.0.git20140301/.pc/0001-trying-to-use-successor-to-golang-goyaml.patch/server.go-180-	}
slt-0.0.git20140301/.pc/0001-trying-to-use-successor-to-golang-goyaml.patch/server.go-181-
slt-0.0.git20140301/.pc/0001-trying-to-use-successor-to-golang-goyaml.patch/server.go:182:	s.Printf("Joining connections: %v %v", c1.RemoteAddr(), c2.RemoteAddr())
slt-0.0.git20140301/.pc/0001-trying-to-use-successor-to-golang-goyaml.patch/server.go-183-	wg.Add(2)
##############################################
slt-0.0.git20140301/server.go-67-	}
slt-0.0.git20140301/server.go:68:	s.Printf("Serving connections on %v", l.Addr())
slt-0.0.git20140301/server.go-69-
##############################################
slt-0.0.git20140301/server.go-103-				} else {
slt-0.0.git20140301/server.go:104:					s.Printf("Failed to mux connection from %v, error: %v", conn.RemoteAddr(), err)
slt-0.0.git20140301/server.go-105-					// XXX: respond with valid TLS close messages
##############################################
slt-0.0.git20140301/server.go-133-		if err != nil {
slt-0.0.git20140301/server.go:134:			s.Printf("Failed to accept new connection for '%v': %v", conn.RemoteAddr())
slt-0.0.git20140301/server.go-135-			if e, ok := err.(net.Error); ok {
##############################################
slt-0.0.git20140301/server.go-141-		}
slt-0.0.git20140301/server.go:142:		s.Printf("Accepted new connection for %v from %v", name, conn.RemoteAddr())
slt-0.0.git20140301/server.go-143-
##############################################
slt-0.0.git20140301/server.go-164-	}
slt-0.0.git20140301/server.go:165:	s.Printf("Initiated new connection to backend: %v %v", upConn.LocalAddr(), upConn.RemoteAddr())
slt-0.0.git20140301/server.go-166-
##############################################
slt-0.0.git20140301/server.go-178-		n, err := io.Copy(dst, src)
slt-0.0.git20140301/server.go:179:		s.Printf("Copy from %v to %v failed after %d bytes with error %v", src.RemoteAddr(), dst.RemoteAddr(), n, err)
slt-0.0.git20140301/server.go-180-	}
slt-0.0.git20140301/server.go-181-
slt-0.0.git20140301/server.go:182:	s.Printf("Joining connections: %v %v", c1.RemoteAddr(), c2.RemoteAddr())
slt-0.0.git20140301/server.go-183-	wg.Add(2)