Skip to content

v1.23.2

Choose a tag to compare

@vbauerster vbauerster released this 07 Apr 08:58
· 491 commits to master since this release

Changelog

  • afb90f5 Fix typos
  • d8c54d9 TestMakeParts: more test cases
  • ec52a46 TestMakeParts: test len(parts) == test.n
  • 53a7b5c TestMakeParts: test name
  • db4ce45 add go test -v
  • 759fc3b best_mirror: handle cancellation
  • ed53eb4 go get -u
  • 6aca17f go get -u
  • 891b7f7 log mirror.url and unwrapped error on error
  • 5003385 log mirror.url without qoutes
  • ad1adbb log url without quotes
  • efdbddb make chan mirrorPQ of size 1
  • 1c67437 makeParts with some tests
  • 85529d5 no need to explicit init with default values
  • 2751c25 refactor Cmd's method receiver as m
  • c25dce3 refactor makeParts
  • a799ea6 refactor makeParts
  • fc3de64 refactor queryMirror as method
  • e3c3e9e refactor return <-chan mirrorPQ
  • 027baff refactor return pq via channel