Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MatchInModule (0.16 sec)

  1. src/cmd/go/internal/modload/search.go

    				}
    			}
    		}
    	})
    }
    
    // MatchInModule identifies the packages matching the given pattern within the
    // given module version, which does not need to be in the build list or module
    // requirement graph.
    //
    // If m is the zero module.Version, MatchInModule matches the pattern
    // against the standard library (std and cmd) in GOROOT/src.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:15 UTC 2023
    - 7.9K bytes
    - Viewed (0)
Back to top