1. 03 7月, 2019 2 次提交
  2. 02 7月, 2019 3 次提交
  3. 28 6月, 2019 3 次提交
  4. 27 6月, 2019 4 次提交
  5. 24 6月, 2019 1 次提交
  6. 21 6月, 2019 3 次提交
  7. 19 6月, 2019 2 次提交
  8. 14 6月, 2019 2 次提交
  9. 13 6月, 2019 4 次提交
  10. 12 6月, 2019 13 次提交
  11. 11 6月, 2019 3 次提交
    • Merge pull request #6423 from rvagg/rvagg/install-link · 1b5eb336
      docs: fix install guide link
      Steven Allen 提交于
    • Fix a typo · f9e9f285
      Devin 提交于
    • assets: move away from gx · 3883dfe4
      1. Use a submodule for dir-index-html. This isn't a go dependency and treating
         it like one is more trouble than it's worth. We don't actually need to
         checkout the submodule unless we need to regenerate the assets.
      2. Avoid a runtime dependency on dir-index-html (may shave a few bytes off the
         final binary?).
      3. Remove unused code.
      4. Avoid bundling unused files.
      5. Switch to a maintained version of go-bindata.
      6. Use go mod to manage go-bindata.
      Steven Allen 提交于