You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

10 lines
126 B

  1. // +build darwin dragonfly freebsd linux netbsd openbsd solaris
  2. package cli
  3. import "os"
  4. func clearenv() {
  5. os.Clearenv()
  6. }