Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for binaryOnly (0.11 sec)

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

    			continue
    		}
    		rf := &rawFile{
    			name:                 name,
    			goBuildConstraint:    info.goBuildConstraint,
    			plusBuildConstraints: info.plusBuildConstraints,
    			binaryOnly:           info.binaryOnly,
    			directives:           info.directives,
    		}
    		if info.parsed != nil {
    			rf.pkgName = info.parsed.Name.Name
    		}
    
    		// Going to save the file. For non-Go files, can stop here.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  2. src/go/build/doc.go

    // compiled but would be processed by tools like godoc and might be useful
    // as end-user documentation.
    //
    // "go build" and other commands no longer support binary-only-packages.
    // [Import] and [ImportDir] will still set the BinaryOnly flag in packages
    // containing these comments for use in tools and error messages.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:03 UTC 2023
    - 3.7K bytes
    - Viewed (0)
Back to top