func golang.org/x/mod/module.CheckPath
6 uses
golang.org/x/mod/module (current package)
module.go#L202: if err := CheckPath(path); err != nil {
module.go#L283: func CheckPath(path string) error {
module.go#L639: if err := CheckPath(path); err != nil {
module.go#L694: if err := CheckPath(path); err != nil {
golang.org/x/pkgsite/internal/frontend
fetch.go#L256: if err := module.CheckPath(fr.goModPath); err != nil {
golang.org/x/pkgsite/internal/postgres
insert_module.go#L786: if err := module.CheckPath(m.ModulePath); err != nil {
![]() |
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. |