Maint: add missing interface compilation checks
This commit is contained in:
@@ -13,6 +13,8 @@ import (
|
||||
"github.com/qdm12/golibs/logging"
|
||||
)
|
||||
|
||||
var _ Looper = (*Loop)(nil)
|
||||
|
||||
type Looper interface {
|
||||
Runner
|
||||
loopstate.Getter
|
||||
|
||||
Reference in New Issue
Block a user