Maint: openvpn loop is a concrete struct

This commit is contained in:
Quentin McGaw (laptop)
2021-07-24 19:14:49 +00:00
parent 8153d4bb2a
commit c8ad9b942a
10 changed files with 20 additions and 20 deletions

View File

@@ -8,7 +8,7 @@ import (
"github.com/qdm12/golibs/logging"
)
func (l *looper) collectLines(stdout, stderr <-chan string, done chan<- struct{}) {
func (l *Loop) collectLines(stdout, stderr <-chan string, done chan<- struct{}) {
defer close(done)
var line string
var ok, errLine bool