Files
plugin-drone-rancher/vendor/github.com/codegangsta/cli/helpers_unix_test.go
T
2017-02-14 13:59:07 -08:00

10 lines
126 B
Go

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