1. 17 11月, 2020 2 次提交
  2. 13 4月, 2020 1 次提交
  3. 23 7月, 2019 1 次提交
    • C
      Simplify code · f0c3ce9f
      Christian Muehlhaeuser 提交于
      - Use bytes.Equal instead of bytes.Compare
      - Use time.Since instead of manual timestamp subtracting
      - Use sort.Strings instead of sort.StringSlice
      - No need to specify the len of the slice
      f0c3ce9f
  4. 23 12月, 2018 1 次提交
  5. 21 12月, 2018 1 次提交
  6. 08 11月, 2017 1 次提交
  7. 11 5月, 2016 1 次提交
  8. 29 2月, 2016 4 次提交
  9. 20 1月, 2016 1 次提交
  10. 31 10月, 2015 1 次提交
  11. 13 6月, 2015 1 次提交
  12. 21 2月, 2015 1 次提交
    • J
      Extract logic of printing out to console · 177640db
      Jingwen Owen Ou 提交于
      Introduce a `console` package which encapsulates logic of printing out
      to console. This provides flexibility of discarding output in tests.
      It also allows us to unify format of printing to console (if we want to).
      
      This fixes #801.
      177640db