func golang.org/x/mod/modfile.parseVersion
7 uses
golang.org/x/mod/modfile (current package)
rule.go#L280: v, err := parseVersion(verb, s, &args[1], fix)
rule.go#L328: v, err = parseVersion(verb, s, &args[1], fix)
rule.go#L355: nv, err = parseVersion(verb, ns, &args[arrow+2], fix)
rule.go#L500: v, err := parseVersion(verb, "", &toks[0], fix)
rule.go#L512: low, err := parseVersion(verb, "", &toks[0], fix)
rule.go#L526: high, err := parseVersion(verb, "", &toks[0], fix)
rule.go#L621: func parseVersion(verb string, path string, s *string, fix VersionFixer) (string, error) {
 |
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. |