Skip to content

Commit

Permalink
Merge pull request #1 from vansante/godoc
Browse files Browse the repository at this point in the history
Add link to generated godoc
  • Loading branch information
vansante authored Dec 20, 2018
2 parents fa38e23 + b425521 commit 304dc29
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@
This is a HTTP download library that writes a file its downloading to a file while also presenting an
`io.Writer` so the download can be processed while being downloaded. Downloads are automatically resumed when necessary.

# TODO
## Documentation

Take a look at the autogenerated documentation:

https://godoc.org/github.com/vansante/go-dl-stream

## TODO

- Look at Modified and ETag headers to determine whether we are dealing with the same file
- ???
1 change: 0 additions & 1 deletion download_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ func serveInterruptedTestFile(t *testing.T, fileSize, interruptAt int64, port in
if err != nil {
t.FailNow()
}

_ = server.Serve(l)
}()

Expand Down

0 comments on commit 304dc29

Please sign in to comment.