func golang.org/x/pkgsite/internal/symbol.parseRow

2 uses

	golang.org/x/pkgsite/internal/symbol (current package)
		apigodoc.go#L134: 		row, ok := parseRow(sc.Text())
		apigodoc.go#L176: func parseRow(s string) (vr versionedRow, ok bool) {