===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
govendor-1.0.9+ds1/context/remote_test.go-33-
govendor-1.0.9+ds1/context/remote_test.go:34:	remoteOrigin := remote.HttpAddr() + "/remote/co3/vendor/co2/pk1"
govendor-1.0.9+ds1/context/remote_test.go-35-
##############################################
govendor-1.0.9+ds1/context/remote_test.go-91-
govendor-1.0.9+ds1/context/remote_test.go:92:	remoteOrigin := remote.HttpAddr() + "/remote/co3/vendor/co2/pk1"
govendor-1.0.9+ds1/context/remote_test.go-93-
##############################################
govendor-1.0.9+ds1/context/remote_test.go-125-
govendor-1.0.9+ds1/context/remote_test.go:126:	remoteOrigin := remote.HttpAddr() + "/remote/co3/vendor/co2/pk1"
govendor-1.0.9+ds1/context/remote_test.go-127-
##############################################
govendor-1.0.9+ds1/context/remote_test.go-170-
govendor-1.0.9+ds1/context/remote_test.go:171:	remotePkg := remote.HttpAddr() + "/remote/co2/pk1"
govendor-1.0.9+ds1/context/remote_test.go-172-	g.Setup("co1/pk1",
##############################################
govendor-1.0.9+ds1/context/remote_test.go-220-
govendor-1.0.9+ds1/context/remote_test.go:221:	remotePkg := remote.HttpAddr() + "/remote/co2/pk1"
govendor-1.0.9+ds1/context/remote_test.go-222-	g.Setup("co1/pk1",
##############################################
govendor-1.0.9+ds1/context/remote_test.go-290-
govendor-1.0.9+ds1/context/remote_test.go:291:	root := remote.HttpAddr() + "/remote/co1/"
govendor-1.0.9+ds1/context/remote_test.go-292-
##############################################
govendor-1.0.9+ds1/internal/gt/vcs.go-59-}
govendor-1.0.9+ds1/internal/gt/vcs.go:60:func (h *HttpHandler) HttpAddr() string {
govendor-1.0.9+ds1/internal/gt/vcs.go-61-	return h.httpAddr
##############################################
govendor-1.0.9+ds1/internal/gt/vcs.go-97-		vcsName:  vcsName,
govendor-1.0.9+ds1/internal/gt/vcs.go:98:		httpAddr: strings.TrimSuffix(l.Addr().String(), ":80"),
govendor-1.0.9+ds1/internal/gt/vcs.go-99-		l:        l,
##############################################
govendor-1.0.9+ds1/internal/gt/vcs.go-226-	}
govendor-1.0.9+ds1/internal/gt/vcs.go:227:	port := l.Addr().(*net.TCPAddr).Port
govendor-1.0.9+ds1/internal/gt/vcs.go-228-	l.Close()
##############################################
govendor-1.0.9+ds1/run/shell.go-84-	// need to figure out where our listener ended up
govendor-1.0.9+ds1/run/shell.go:85:	realAddr := l.Addr()
govendor-1.0.9+ds1/run/shell.go-86-