Add test for background to verify no goroutine leaks

This commit is contained in:
Ken Hibino
2019-11-29 20:49:18 -08:00
parent 09662432c8
commit ad1291e0a1
4 changed files with 49 additions and 0 deletions

1
go.mod
View File

@@ -7,4 +7,5 @@ require (
github.com/go-redis/redis/v7 v7.0.0-beta.4
github.com/google/go-cmp v0.3.1
github.com/google/uuid v1.1.1
go.uber.org/goleak v0.10.0
)