Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for truth (0.04 sec)

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

    	NeedRoot
    )
    
    // ModFile returns the parsed go.mod file.
    //
    // Note that after calling LoadPackages or LoadModGraph,
    // the require statements in the modfile.File are no longer
    // the source of truth and will be ignored: edits made directly
    // will be lost at the next call to WriteGoMod.
    // To make permanent changes to the require statements
    // in go.mod, edit it before loading.
    func ModFile() *modfile.File {
    	Init()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 18:36:30 UTC 2024
    - 69.8K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/working_with_files.adoc

    Although hard-coded paths make for simple examples, they make the build brittle.
    Using a reliable, single source of truth, such as a task or shared project property, is better.
    In the following modified example, we use a report task defined elsewhere that has the report's location stored in its `outputFile` property:
    
    ====
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 70.5K bytes
    - Viewed (0)
Back to top