Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for parseErrorToString (0.12 sec)

  1. src/cmd/go/internal/modindex/scan.go

    	// Source files
    	sourceFiles []*rawFile
    }
    
    type parseError struct {
    	ErrorList   *scanner.ErrorList
    	ErrorString string
    }
    
    // parseErrorToString converts the error from parsing the file into a string
    // representation. A nil error is converted to an empty string, and all other
    // errors are converted to a JSON-marshaled parseError struct, with ErrorList
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 8.5K bytes
    - Viewed (0)
Back to top