Codebase list golang-github-urfave-cli / debian/1.22.5-3 helpers_unix_test.go
debian/1.22.5-3

Tree @debian/1.22.5-3 (Download .tar.gz)

helpers_unix_test.go @debian/1.22.5-3raw · history · blame

1
2
3
4
5
6
7
8
9
// +build darwin dragonfly freebsd linux netbsd openbsd solaris

package cli

import "os"

func clearenv() {
	os.Clearenv()
}