Skip to content

Commit

Permalink
gofmt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirvivien committed Jun 8, 2024
1 parent 2ca06f0 commit 46ed6f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion http/http_reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ func (r *ResourceReader) WithTimeout(to time.Duration) *ResourceReader {
r.client.Timeout = to
return r
}

// Do invokes the client.Get to "GET" the content from server
// Use Response.Err() to access server response errors
func (r *ResourceReader) Do() *Response {
Expand Down Expand Up @@ -86,4 +87,4 @@ func (r *ResourceReader) Body() io.ReadCloser {
return nil
}
return resp.Body()
}
}
1 change: 0 additions & 1 deletion prog.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ func (e *Echo) Prog() *prog.Info {
func (e *Echo) Workdir() string {
return e.Prog().Workdir()
}

2 changes: 1 addition & 1 deletion str/strings.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,4 @@ func (s *Str) CopyTo(dest io.Writer) *Str {
s.err = err
}
return s
}
}

0 comments on commit 46ed6f6

Please sign in to comment.