8e5b17cf13
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
9 lines
126 B
Go
9 lines
126 B
Go
// +build darwin dragonfly freebsd linux netbsd openbsd solaris
|
|
|
|
package cli
|
|
|
|
import "os"
|
|
|
|
func clearenv() {
|
|
os.Clearenv()
|
|
}
|