Commit Graph

21 Commits (master)

Author SHA1 Message Date
Michael Stapelberg ae5da07e4c
remove naked returns across the code base (#75)
fixes #73
2020-01-28 10:10:08 +01:00
Arran Walker 5ee7049312 replace imports of "golang.org/x/net/context" with "context" 2018-02-07 19:18:23 +00:00
Srdjan Rilak 4ee295e334 Add tests for hard link 2017-11-30 16:30:32 +01:00
Aaron Jacobs 5595fe0920 Implement GetTimes for linux. 2016-01-10 23:27:28 +00:00
Aaron Jacobs 850146a678 Add GetTimes, implemented for darwin. 2016-01-11 10:26:22 +11:00
Aaron Jacobs 560105cab6 Fixed test failures on OS X. 2015-08-14 09:26:12 +10:00
Aaron Jacobs 8f220f0e15 Fixed an out of date description. 2015-08-12 15:57:14 +10:00
Aaron Jacobs d6e247cc46 Fixed several mtime assertions. 2015-08-11 06:33:20 +00:00
Aaron Jacobs 1939992b46 Reference package syncutil in its new location. 2015-06-15 08:27:39 +10:00
Aaron Jacobs 1731a357d7 Added a missing file. 2015-05-21 16:52:27 +10:00
Aaron Jacobs 68c1be048a Don't forget to close the directory. 2015-04-01 09:15:45 +11:00
Aaron Jacobs 144a8d9fd9 Implemented ReadDirPicky. 2015-04-01 09:13:47 +11:00
Aaron Jacobs 304ce5a08e Added a stub for a picky version of ioutil.ReadDir. 2015-04-01 08:46:18 +11:00
Aaron Jacobs f47428398e Added linux support. 2015-03-16 12:43:35 +11:00
Aaron Jacobs e283dcf1bc Added an NlinkIs matcher. 2015-03-16 12:38:17 +11:00
Aaron Jacobs 31da208636 Implemented BirthtimeIs for darwin. 2015-03-16 12:34:11 +11:00
Aaron Jacobs 9489817fc6 Fixed a build error. 2015-03-16 12:27:57 +11:00
Aaron Jacobs e264d64ef3 Defined extractMtime for darwin. 2015-03-16 12:26:21 +11:00
Aaron Jacobs f3df183df0 Fixed a build error. 2015-03-16 12:24:40 +11:00
Aaron Jacobs 47570943e4 Implemented MtimeIs. 2015-03-16 12:23:25 +11:00
Aaron Jacobs 72b8c3e9a0 Declared two time-related matchers. 2015-03-16 12:18:06 +11:00