package environment import ( "testing" "fmt" ) func TestEnv(t *testing.T) { env := Get_env() fmt.Print("PATH: ") fmt.Println(env.Path) }