ipld-eth-server/vendor/gopkg.in/urfave/cli.v1/helpers_unix_test.go
2019-12-02 13:24:46 -06:00

10 lines
126 B
Go

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