type golang.org/x/mod/module.Version
26 uses
golang.org/x/mod/module (current package)
module.go#L112: type Version struct {
module.go#L129: func (m Version) String() string {
module.go#L145: func VersionError(v Version, err error) error {
module.go#L610: func Sort(list []Version) {
golang.org/x/mod/modfile
rule.go#L50: Mod module.Version
rule.go#L62: Mod module.Version
rule.go#L69: Mod module.Version
rule.go#L75: Old module.Version
rule.go#L76: New module.Version
rule.go#L101: Mod: module.Version{Path: path},
rule.go#L268: f.Module.Mod = module.Version{Path: s}
rule.go#L296: Mod: module.Version{Path: s, Version: v},
rule.go#L302: Mod: module.Version{Path: s, Version: v},
rule.go#L366: Old: module.Version{Path: s, Version: v},
rule.go#L367: New: module.Version{Path: ns, Version: nv},
rule.go#L761: f.Require = append(f.Require, &Require{module.Version{Path: path, Version: vers}, indirect, line})
rule.go#L846: f.Exclude = append(f.Exclude, &Exclude{Mod: module.Version{Path: path, Version: vers}, Syntax: f.Syntax.addLine(hint, "exclude", AutoQuote(path), vers)})
rule.go#L862: old := module.Version{Path: oldPath, Version: oldVers}
rule.go#L863: new := module.Version{Path: newPath, Version: newVers}
rule.go#L968: haveExclude := make(map[module.Version]bool)
rule.go#L986: haveReplace := make(map[module.Version]bool)
golang.org/x/mod/zip
zip.go#L369: func CheckZip(m module.Version, zipFile string) (CheckedFiles, error) {
zip.go#L381: func checkZip(m module.Version, f *os.File) (*zip.Reader, CheckedFiles, error) {
zip.go#L480: func Create(w io.Writer, m module.Version, files []File) (err error) {
zip.go#L549: func CreateFromDir(w io.Writer, m module.Version, dir string) (err error) {
zip.go#L608: func Unzip(dir string, m module.Version, zipFile string) (err 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. |