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() {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |