make it actually compile
This commit is contained in:
parent
6c9ae6bccd
commit
a552deab8d
2
pkg/env/env.go
vendored
2
pkg/env/env.go
vendored
|
@ -2,9 +2,7 @@ package env
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"os"
|
"os"
|
||||||
"regexp"
|
|
||||||
"runtime"
|
"runtime"
|
||||||
"strings"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetEditor gets the configured editor by checking environmental
|
// GetEditor gets the configured editor by checking environmental
|
||||||
|
|
Loading…
Reference in a new issue