mirror of
https://github.com/qdm12/gluetun.git
synced 2026-07-22 18:36:27 +02:00
PR review feedback
This commit is contained in:
@@ -35,11 +35,10 @@ func (l *Loop) Start(_ context.Context) (runError <-chan error, err error) {
|
||||
|
||||
runDone := make(chan error)
|
||||
l.runDone = runDone
|
||||
runErrorCh := make(chan error)
|
||||
|
||||
go run(runCtx, runDone, l.settings)
|
||||
|
||||
return runErrorCh, nil
|
||||
return nil, nil //nolint:nilnil
|
||||
}
|
||||
|
||||
func run(ctx context.Context, done chan<- error, settings Settings) {
|
||||
|
||||
Reference in New Issue
Block a user