mirror of
https://github.com/thegeeklab/drone-matrix.git
synced 2024-11-01 01:00:41 +00:00
10 lines
126 B
Go
10 lines
126 B
Go
// +build darwin dragonfly freebsd linux netbsd openbsd solaris
|
|
|
|
package cli
|
|
|
|
import "os"
|
|
|
|
func clearenv() {
|
|
os.Clearenv()
|
|
}
|