move OS commands into their own package
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
package test
|
||||
|
||||
import (
|
||||
"github.com/go-errors/errors"
|
||||
"os"
|
||||
"os/exec"
|
||||
"path/filepath"
|
||||
|
||||
"github.com/go-errors/errors"
|
||||
|
||||
"github.com/jesseduffield/lazygit/pkg/utils"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user