Merge pull request #471 from wyaode/patch-1, close #470

Update nps.go
pull/478/head
ffdfgdfg 2020-03-25 20:04:15 +08:00 committed by GitHub
commit 72e10ced88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ type nps struct {
func (p *nps) Start(s service.Service) error { func (p *nps) Start(s service.Service) error {
_, _ = s.Status() _, _ = s.Status()
_ = p.run() go p.run()
return nil return nil
} }
func (p *nps) Stop(s service.Service) error { func (p *nps) Stop(s service.Service) error {