Skip to content

Commit

Permalink
address review
Browse files Browse the repository at this point in the history
  • Loading branch information
fwereade committed Aug 20, 2012
1 parent 1df2267 commit 0fd162d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions downloader/downloader.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ type Download struct {
done chan Status
}

// New returns a new Download instance downloading
// from the given URL to the given directory.
// New returns a new Download instance downloading from the given URL to
// the given directory. If dir is empty, it defaults to os.TempDir().
func New(url, dir string) *Download {
d := &Download{
done: make(chan Status),
Expand Down

0 comments on commit 0fd162d

Please sign in to comment.