type golang.org/x/mod/modfile.FileSyntax
16 uses
golang.org/x/mod/modfile (current package)
print.go#L16: func Format(f *FileSyntax) []byte {
print.go#L80: func (p *printer) file(f *FileSyntax) {
read.go#L76: type FileSyntax struct {
read.go#L82: func (x *FileSyntax) Span() (start, end Position) {
read.go#L104: func (x *FileSyntax) addLine(hint Expr, tokens ...string) *Line {
read.go#L190: func (x *FileSyntax) updateLine(line *Line, tokens ...string) {
read.go#L197: func (x *FileSyntax) removeLine(line *Line) {
read.go#L206: func (x *FileSyntax) Cleanup() {
read.go#L333: file *FileSyntax // returned top-level syntax tree
read.go#L351: func parse(file string, data []byte) (f *FileSyntax, err error) {
read.go#L653: case *FileSyntax:
read.go#L729: case *FileSyntax:
read.go#L772: in.file = new(FileSyntax)
rule.go#L45: Syntax *FileSyntax
rule.go#L97: f.Syntax = new(FileSyntax)
rule.go#L113: f.Syntax = new(FileSyntax)
![]() |
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. |