1. 2b21d71 Remove import comment. by Jack Neus · 3 years, 5 months ago main
  2. 1df0ee5 Merge pull request #215 from dnephin/mkdir-in-update by Vincent Demeester · 3 years, 6 months ago
  3. fbb0800 golden: only create dir if update flag is set by Daniel Nephin · 3 years, 6 months ago
  4. de21663 Merge pull request #213 from dnephin/ci-go-1.16 by Daniel Nephin · 3 years, 8 months ago
  5. eddfe6c ci: add go1.16 by Daniel Nephin · 3 years, 8 months ago
  6. 84d691d Merge pull request #211 from dnephin/add-merge-main-workflow by Daniel Nephin · 3 years, 9 months ago
  7. 4190a0e Add github action for merging main branch by Daniel Nephin · 3 years, 9 months ago
  8. 568bc57 Merge pull request #209 from dnephin/golden-create-dir by Daniel Nephin · 3 years, 10 months ago upstream/v3.0.3
  9. c99d01a golden: create directories when -test.update-golden by Daniel Nephin · 3 years, 10 months ago
  10. 96aacb9 Merge pull request #207 from dnephin/go1.15 by Daniel Nephin · 4 years ago
  11. 57403db Add go1.15, remove older versions by Daniel Nephin · 4 years ago
  12. 571c97b Merge pull request #206 from odsod/flagupdate by Daniel Nephin · 4 years ago
  13. ca3b132 Add golden.FlagUpdate method by Oscar Söderlund · 4 years, 1 month ago
  14. 90977a4 Merge pull request #198 from dnephin/poll-result-from-cmp by Daniel Nephin · 4 years, 4 months ago
  15. 4e4a41b Merge pull request #199 from dnephin/explicit-linters by Daniel Nephin · 4 years, 4 months ago
  16. 87317d0 Use an explicit enable list instead of disable list by Daniel Nephin · 4 years, 4 months ago
  17. 5d6c285 poll: Add Compare for building Check using cmp.Comparison by Daniel Nephin · 4 years, 4 months ago
  18. 51eb8c2 assert: move comparison evaluation to internal by Daniel Nephin · 4 years, 4 months ago
  19. 0c8beab Merge pull request #197 from thaJeztah/bump_golang_1.14.1 by Daniel Nephin · 4 years, 4 months ago
  20. eca4e2f CircleCI: test on Go 1.14 GA by Sebastiaan van Stijn · 4 years, 4 months ago
  21. 4299c6d Merge pull request #149 from dnephin/golden-normalize by Daniel Nephin · 4 years, 4 months ago
  22. 038ef91 Merge pull request #196 from dnephin/mitigate-panic by Vincent Demeester · 4 years, 4 months ago
  23. 350f719 Prevent the panic by Daniel Nephin · 4 years, 4 months ago
  24. f13b253 golden: Add a var to disable normalization of crlf by Daniel Nephin · 5 years ago
  25. 8dac165 Merge pull request #148 from dnephin/remove-unnecessary-normalize by Daniel Nephin · 4 years, 4 months ago
  26. 0369a4a Remove field by Daniel Nephin · 5 years ago
  27. acd62c1 Remove unnecessary normalize by Daniel Nephin · 5 years ago
  28. e6000d7 Merge pull request #193 from dnephin/test-cleanup-integration by Daniel Nephin · 4 years, 5 months ago
  29. 91ecebd Test t.Cleanup in env pkg by Daniel Nephin · 4 years, 6 months ago
  30. 9ec93ef Improve Go version lookup func signature by Daniel Nephin · 4 years, 6 months ago
  31. bcae1f6 Test t.Cleanup() in env pkg by Daniel Nephin · 4 years, 6 months ago
  32. ebe42ad Use internal/cleanup for x/subtest cleanup by Daniel Nephin · 4 years, 6 months ago
  33. 28575f6 Merge pull request #191 from anthonyfok/upgrade-to-go-cmp-v0.4.0 by Daniel Nephin · 4 years, 6 months ago
  34. 6e2c8b0 Skip some tests on go1.10 by Daniel Nephin · 4 years, 6 months ago
  35. e7180e8 Upgrade to go-cmp v0.4.0 by Anthony Fok · 4 years, 6 months ago
  36. 18dcdd0 Merge pull request #190 from dnephin/fix-readme-links by Vincent Demeester · 4 years, 6 months ago
  37. 987f0d9 Update godoc links to pkg.go.dev by Daniel Nephin · 4 years, 6 months ago
  38. 113abfd Merge pull request #189 from dnephin/go1.14rc1 by Daniel Nephin · 4 years, 6 months ago
  39. e8cd7d9 Fix lint problems after updating golangci-lint by Daniel Nephin · 4 years, 6 months ago
  40. 6aaeafb Test with go14.rc1 by Daniel Nephin · 4 years, 6 months ago
  41. bb0d8a9 Merge pull request #187 from dnephin/non-nil-type-errors by Daniel Nephin · 4 years, 6 months ago upstream/v3.0.2
  42. 0a11a57 assert: Fix NilError, error non-nil type by Daniel Nephin · 4 years, 6 months ago
  43. ab4a870 Merge pull request #184 from vdemeester/v3-import by Daniel Nephin · 4 years, 6 months ago upstream/v3.0.1
  44. b67d611 Update the working_directory to add v3 for 1.10 by Vincent Demeester · 4 years, 6 months ago
  45. 508f0e6 Update import alias for major version by Vincent Demeester · 4 years, 6 months ago
  46. a1378ce Merge pull request #181 from icholy/master by Daniel Nephin · 4 years, 7 months ago
  47. 7dc86c4 defer file close in case io.Reader panics by Ilia Choly · 4 years, 7 months ago
  48. 8a08dad Merge pull request #180 from dnephin/cleanup by Vincent Demeester · 4 years, 7 months ago
  49. 76ee200 Add calls to testing.TB.Cleanup() when available. by Daniel Nephin · 4 years, 8 months ago
  50. 68a1b2a Merge pull request #177 from icholy/master by Daniel Nephin · 4 years, 8 months ago
  51. 36a3c7b Close the file in WithReaderContent by Daniel Nephin · 4 years, 8 months ago
  52. 3dcccba Merge pull request #178 from icholy/cleanup by Daniel Nephin · 4 years, 8 months ago
  53. b3c6267 Add support for Go 1.14 testing Cleanup function by Ilia Choly · 4 years, 8 months ago
  54. be50d7f Add WithReaderContent PathOp by Ilia Choly · 4 years, 8 months ago
  55. 8fc03ff Merge pull request #174 from dnephin/fix-pointer-equal-failure-msg by Vincent Demeester · 4 years, 8 months ago
  56. 520b2ba Merge pull request #175 from dnephin/update-golden-docs by Vincent Demeester · 4 years, 8 months ago
  57. 92f2333 golden: Add text about how to update files to the failure message by Daniel Nephin · 4 years, 8 months ago
  58. f932dd3 assert: Fix printing of pointer values in failure message by Daniel Nephin · 4 years, 8 months ago
  59. 720649c Merge pull request #171 from dnephin/fix-nil-error-with-struct by Vincent Demeester · 4 years, 9 months ago
  60. 935b97a Merge pull request #170 from dnephin/add-usage-to-readme by Vincent Demeester · 4 years, 9 months ago
  61. c4fe1c3 Handle nil structs which implement the error interface by Daniel Nephin · 4 years, 9 months ago
  62. 7772e9d Add usage to README by Daniel Nephin · 4 years, 9 months ago
  63. 2a4992e Merge pull request #169 from zikaeroh/fix-cleanup by Daniel Nephin · 4 years, 9 months ago
  64. 6bc35c2 Unexport testcase.Cleanup to fix Go 1.14 by zikaeroh · 4 years, 9 months ago
  65. 93d21b2 Merge pull request #165 from gotestyourself/circleci-windows by Daniel Nephin · 4 years, 9 months ago
  66. 781808a Use latest orb by Daniel Nephin · 4 years, 10 months ago
  67. ced5a50 try testing on windows by Daniel Nephin · 4 years, 10 months ago
  68. 5525b8a Merge pull request #164 from dnephin/test-go1.13 by Daniel Nephin · 4 years, 11 months ago
  69. 0743a3d Appveyor go1.12 by Daniel Nephin · 4 years, 11 months ago
  70. 0fae861 Merge pull request #163 from dnephin/test-go1.13 by Daniel Nephin · 4 years, 11 months ago
  71. 148b01f Add go1.13 ci job by Daniel Nephin · 4 years, 11 months ago
  72. fe348c4 Merge pull request #140 from dnephin/release-v3-with-go-mod-support by Daniel Nephin · 5 years ago upstream/v3.0.0
  73. 172219a Release v3 by Daniel Nephin · 5 years ago
  74. 04b215e Merge pull request #158 from dnephin/fix-tests-with-latest-go-cmp by Daniel Nephin · 5 years ago
  75. 41b481e Handle strange AST traversal by Daniel Nephin · 5 years ago
  76. 85ad333 Update tests for latest google/go-cmp by Daniel Nephin · 5 years ago
  77. 1541d10 Update all module dependencies by Daniel Nephin · 5 years ago
  78. 400e4d0 Merge pull request #159 from cpuguy83/cmd_with_fd by Daniel Nephin · 5 years ago
  79. 94ad8ce Add support for appending fd's to icmd Commands by Brian Goff · 5 years ago
  80. 05ebafb Merge pull request #157 from icholy/master by Daniel Nephin · 5 years ago
  81. c67ec8b golden: add Open helper function by Ilia Choly · 5 years ago
  82. d1a6560 Merge pull request #145 from gotestyourself/test-orb by Vincent Demeester · 5 years ago
  83. 36de1bf Update orb version. by Daniel Nephin · 5 years ago
  84. 20c9fe7 Merge pull request #144 from dnephin/use-golangci-lint by Vincent Demeester · 5 years ago
  85. 94e0669 Update dev config by Daniel Nephin · 5 years ago
  86. 19610f3 Replace gometalinter with golangci-lint by Daniel Nephin · 5 years ago
  87. 797fe34 Merge pull request #143 from dnephin/use-orbs by Vincent Demeester · 5 years ago
  88. 7617e70 Install git and ssh before checkout by Daniel Nephin · 5 years ago
  89. 331698d Use orbs in CI config by Daniel Nephin · 5 years ago
  90. 045c470 Merge pull request #142 from dnephin/godoc-format by Daniel Nephin · 5 years ago
  91. 1a981fb Use latest go1.12 release by Daniel Nephin · 5 years ago
  92. 5b9cd64 More godoc formatting by Daniel Nephin · 5 years ago
  93. d9c679c Merge pull request #139 from dnephin/go1.12 by Daniel Nephin · 5 years ago
  94. 1dc683c Drop go1.8 add go1.12rc1 from CI by Daniel Nephin · 5 years ago
  95. 9f40829 Merge pull request #138 from dnephin/remove-bit-do-links by Daniel Nephin · 5 years ago
  96. 428204f Remove bit.do links by Daniel Nephin · 5 years ago
  97. 1083505 Merge pull request #135 from glefloch/glob-pathop by Daniel Nephin · 6 years ago upstream/v2.3.0
  98. 1f1b41b fs: small refactor to reduce cyclo by Daniel Nephin · 6 years ago
  99. d9e91eb Merge pull request #137 from glefloch/skip-message by Daniel Nephin · 6 years ago
  100. 8f2da87 skip: support msgAndArgs with func() Result by Daniel Nephin · 6 years ago