0
0
mirror of https://github.com/thegeeklab/wp-matrix.git synced 2024-09-20 01:22:47 +02:00
wp-matrix/vendor/github.com/urfave/cli/helpers_unix_test.go
2018-01-08 09:54:13 +01:00

10 lines
126 B
Go

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