reg/vendor/github.com/urfave/cli/helpers_unix_test.go

10 lines
126 B
Go
Raw Normal View History

// +build darwin dragonfly freebsd linux netbsd openbsd solaris
package cli
import "os"
func clearenv() {
os.Clearenv()
}