Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for badGoFile (0.26 sec)

  1. src/go/build/build.go

    			if line != 0 {
    				com, err := strconv.Unquote(qcom)
    				if err != nil {
    					badGoFile(name, fmt.Errorf("%s:%d: cannot parse import comment", filename, line))
    				} else if p.ImportComment == "" {
    					p.ImportComment = com
    					firstCommentFile = name
    				} else if p.ImportComment != com {
    					badGoFile(name, fmt.Errorf("found import comments %q (%s) and %q (%s) in %s", p.ImportComment, firstCommentFile, com, name, p.Dir))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62.3K bytes
    - Viewed (0)
Back to top