Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for notBlank (6.31 sec)

  1. src/cmd/api/main_test.go

    			line = strings.TrimSpace(feature)
    		} else {
    			if strings.Contains(line, " #") {
    				log.Printf("%s:%d: unexpected approval\n", filename, i+1)
    				exitCode = 1
    			}
    		}
    		nonblank = append(nonblank, line)
    	}
    	return nonblank
    }
    
    var fset = token.NewFileSet()
    
    type Walker struct {
    	context     *build.Context
    	root        string
    	scope       []string
    	current     *apiPackage
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Apr 09 20:48:51 GMT 2024
    - 31.4K bytes
    - Viewed (0)
Back to top