mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-14 02:10:00 +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