1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-23 12:40:42 +08:00
Files
terasu-cloudflared/vendor/gopkg.in/urfave/cli.v2/helpers_unix_test.go
2018-07-19 15:02:24 -05:00

10 lines
126 B
Go

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