what a rabbithole. lots of goodies now.
This commit is contained in:
8
internal/consts.go
Normal file
8
internal/consts.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package internal
|
||||
|
||||
// OS-specific path environment variable name. The default is "PATH".
|
||||
var (
|
||||
pathEnvVarName map[string]string = map[string]string{
|
||||
"windows": "Path",
|
||||
}
|
||||
)
|
||||
Reference in New Issue
Block a user