make it actually compile

This commit is contained in:
Lilian Jónsdóttir 2024-05-29 13:24:57 -07:00
parent 6c9ae6bccd
commit a552deab8d

2
pkg/env/env.go vendored
View file

@ -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