type golang.org/x/mod/modfile.Require
8 uses
golang.org/x/mod/modfile (current package)
rule.go#L40: Require []*Require
rule.go#L61: type Require struct {
rule.go#L295: f.Require = append(f.Require, &Require{
rule.go#L747: *r = Require{}
rule.go#L761: f.Require = append(f.Require, &Require{module.Version{Path: path, Version: vers}, indirect, line})
rule.go#L764: func (f *File) SetRequire(req []*Require) {
rule.go#L777: *r = Require{}
rule.go#L829: *r = Require{}
![]() |
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. |