net/url.URL.IsAbs (method)

4 uses

	net/url (current package)
		url.go#L1053: func (u *URL) IsAbs() bool {

	net/http
		client.go#L649: 				if u, _ := url.Parse(loc); u != nil && !u.IsAbs() {

	github.com/go-git/go-git/v5/plumbing/transport
		common.go#L178: 	if !u.IsAbs() {

	golang.org/x/pkgsite/internal/frontend
		overview.go#L137: 	if destURL.IsAbs() {