mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-06-20 17:03:16 +08:00
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