Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ShouldBuild (0.09 sec)

  1. src/cmd/go/internal/imports/scan.go

    		// that behavior now.
    		for _, path := range list {
    			if path == `"C"` && !tags["cgo"] && !tags["*"] {
    				continue Files
    			}
    		}
    
    		if !explicitFiles && !ShouldBuild(data, tags) {
    			continue
    		}
    		numFiles++
    		m := imports
    		if strings.HasSuffix(name, "_test.go") {
    			m = testImports
    		}
    		for _, p := range list {
    			q, err := strconv.Unquote(p)
    			if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 23 19:36:38 UTC 2020
    - 2.6K bytes
    - Viewed (0)
Back to top