Skip to content

Commit

Permalink
downloader: the comment adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger Peppe committed Aug 9, 2012
1 parent 79ca59a commit d6c9470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion downloader/downloader.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var TempDir string

// Status represents the status of a completed download.
type Status struct {
// File holds the file that it has been downloaded to.
// File holds the downloaded data on success.
File *os.File
// Err describes any error encountered while downloading.
Err error
Expand Down

0 comments on commit d6c9470

Please sign in to comment.