fix golint issues in core/proc (#502)
This commit is contained in:
@@ -3,6 +3,7 @@ package proc
|
||||
var noopStopper nilStopper
|
||||
|
||||
type (
|
||||
// Stopper interface wraps the method Stop.
|
||||
Stopper interface {
|
||||
Stop()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user