Move OS package to golibs

This commit is contained in:
Quentin McGaw
2021-01-02 01:57:00 +00:00
parent 574ac9a603
commit 5dcbe79fa8
43 changed files with 37 additions and 453 deletions

View File

@@ -3,7 +3,7 @@ package cli
import (
"context"
"github.com/qdm12/gluetun/internal/os"
"github.com/qdm12/golibs/os"
)
type CLI interface {