type golang.org/x/mod/modfile.VersionFixer
7 uses
golang.org/x/mod/modfile (current package)
rule.go#L126: type VersionFixer func(path, version string) (string, error)
rule.go#L130: func Parse(file string, data []byte, fix VersionFixer) (*File, error) {
rule.go#L141: func ParseLax(file string, data []byte, fix VersionFixer) (*File, error) {
rule.go#L145: func parseToFile(file string, data []byte, fix VersionFixer, strict bool) (*File, error) {
rule.go#L197: func (f *File) add(errs *ErrorList, block *LineBlock, line *Line, verb string, args []string, fix VersionFixer, strict bool) {
rule.go#L494: func parseVersionInterval(verb string, args *[]string, fix VersionFixer) (VersionInterval, error) {
rule.go#L621: func parseVersion(verb string, path string, s *string, fix VersionFixer) (string, error) {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |