File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/book/src/cronjob-tutorial/testdata/project/internal/controller
hack/docs/internal/cronjob-tutorial Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ type realClock struct{}
60
60
61
61
func (_ realClock ) Now () time.Time { return time .Now () }
62
62
63
- // clock knows how to get the current time.
63
+ // Clock knows how to get the current time.
64
64
// It can be used to fake out timing for testing.
65
65
type Clock interface {
66
66
Now () time.Time
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ type realClock struct{}
57
57
58
58
func (_ realClock) Now() time.Time { return time.Now() }
59
59
60
- // clock knows how to get the current time.
60
+ // Clock knows how to get the current time.
61
61
// It can be used to fake out timing for testing.
62
62
type Clock interface {
63
63
Now() time.Time
You can’t perform that action at this time.
0 commit comments