Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for minorChangesDir (0.15 sec)

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

    		}
    	}
    	return errors.Join(errs...)
    }
    
    // minorChangesDir returns the unique directory in docFS that corresponds to the
    // "Minor changes to the standard library" section of the release notes.
    func minorChangesDir(docFS fs.FS) (string, error) {
    	dirs, err := fs.Glob(docFS, "*stdlib/*minor")
    	if err != nil {
    		return "", err
    	}
    	var bad string
    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