()
| 45 | } |
| 46 | |
| 47 | func testDate() time.Time { |
| 48 | l := time.FixedZone("foo", -7*3600) |
| 49 | return time.Date(2000, 10, 10, 13, 55, 36, 0, l) |
| 50 | } |
| 51 | |
| 52 | func testAccessEntry() *AccessEntry { |
| 53 | return &AccessEntry{ |
no outgoing calls
no test coverage detected
searching dependent graphs…