Skip to content

Commit 4af29cf

Browse files
author
Yusuke Kato
authored
[patch] update dependency versions (#74)
Signed-off-by: kpango <[email protected]>
1 parent 8383e8d commit 4af29cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gache.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,12 +426,14 @@ func Read(r io.Reader) error {
426426
return instance.Read(r)
427427
}
428428

429+
// Stop kills expire daemon
429430
func (g *gache) Stop() {
430431
if g.cancel != nil {
431432
g.cancel()
432433
}
433434
}
434435

436+
// Stop kills expire daemon
435437
func Stop() {
436438
instance.Stop()
437439
}

0 commit comments

Comments
 (0)