Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ParseLax (0.1 sec)

  1. src/cmd/vendor/golang.org/x/mod/modfile/rule.go

    // https://pkg.go.dev/cmd/go/#hdr-The_go_mod_file.
    //
    // The [Parse] and [ParseLax] functions both parse a go.mod file and return an
    // abstract syntax tree. ParseLax ignores unknown statements and may be used to
    // parse go.mod files that may have been developed with newer versions of Go.
    //
    // The [File] struct returned by Parse and ParseLax represent an abstract
    // go.mod file. File has several methods like [File.AddNewRequire] and
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 14 18:34:56 UTC 2024
    - 46.5K bytes
    - Viewed (0)
Back to top