Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for docsRoot (0.07 sec)

  1. src/cmd/vendor/golang.org/x/build/relnote/relnote.go

    // release-note files under docFS. It checks that the files exist and that they have
    // some minimal content (see [CheckFragment]).
    // The docRoot argument is the path from the repo or project root to the root of docFS.
    // It is used only for error messages.
    func CheckAPIFile(apiFS fs.FS, filename string, docFS fs.FS, docRoot string) error {
    	features, err := parseAPIFile(apiFS, filename)
    	if err != nil {
    		return err
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 12.7K bytes
    - Viewed (0)
Back to top