Skip to content

Commit 3bab8cb

Browse files
committed
🔮
1 parent bed1bd4 commit 3bab8cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clock/mock.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@ package clock
22

33
import (
44
"context"
5-
"errors"
65
"fmt"
76
"slices"
87
"sync"
98
"testing"
109
"time"
10+
11+
"golang.org/x/xerrors"
1112
)
1213

1314
// Mock is the testing implementation of Clock. It tracks a time that monotonically increases

0 commit comments

Comments
 (0)