mirror of
https://github.com/ipedrazas/drone-helm.git
synced 2026-06-14 22:11:57 +08: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()
|
|
}
|