golang.org/x/mod/modfile.Module.Syntax (field)
10 uses
golang.org/x/mod/modfile (current package)
rule.go#L51: Syntax *Line
rule.go#L102: Syntax: f.Syntax.addLine(nil, "module", AutoQuote(path)),
rule.go#L106: f.Syntax.updateLine(f.Module.Syntax, "module", AutoQuote(path))
rule.go#L258: f.Module = &Module{Syntax: line}
rule.go#L723: if f.Module != nil && f.Module.Syntax != nil {
rule.go#L724: hint = f.Module.Syntax
golang.org/x/pkgsite/internal
latest.go#L56: for _, comment := range append(mf.Module.Syntax.Before, mf.Module.Syntax.Suffix...) {
golang.org/x/pkgsite/internal/fetch
fetch.go#L357: for _, comment := range append(mf.Module.Syntax.Before, mf.Module.Syntax.Suffix...) {
![]() |
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. |