Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for parseErrorFromString (0.15 sec)

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

    			if error := tf.error(); error != "" {
    				badGoFile(name, errors.New(tf.error()))
    				continue
    			} else if parseError := tf.parseError(); parseError != "" {
    				badGoFile(name, parseErrorFromString(tf.parseError()))
    				// Fall through: we still want to list files with parse errors.
    			}
    		}
    
    		var shouldBuild = true
    		if !ctxt.goodOSArchFile(name, allTags) && !ctxt.UseAllFiles {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 29.7K bytes
    - Viewed (0)
Back to top