• Matt Liggett's avatar
    Fix lint error in remotecommand.go · 805a740d
    Matt Liggett authored
    Before:
    
    pkg/client/unversioned/remotecommand/remotecommand.go:101:9: should omit type http.RoundTripper from declaration of var rt; it will be inferred from the right-hand side
    
    Please fix the above errors. You can test via "golint" and commit the result.
    805a740d
remotecommand.go 5.67 KB