Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PlusBuildLines (2.93 sec)

  1. src/go/build/constraint/expr.go

    	}
    	return true
    }
    
    var errComplex = errors.New("expression too complex for // +build lines")
    
    // PlusBuildLines returns a sequence of “// +build” lines that evaluate to the build expression x.
    // If the expression is too complex to convert directly to “// +build” lines, PlusBuildLines returns an error.
    func PlusBuildLines(x Expr) ([]string, error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:03 UTC 2023
    - 14.2K bytes
    - Viewed (0)
Back to top