diff --git a/pkg/config/constants.go b/pkg/config/constants.go index 874407926..5b2965840 100644 --- a/pkg/config/constants.go +++ b/pkg/config/constants.go @@ -1,8 +1,5 @@ package config -// OutputFormat denotes the form with which to display tabulated data -type OutputFormat string - // Constants related to the ClusterType type const ( Ephemeral = "ephemeral" diff --git a/pkg/environment/constants.go b/pkg/environment/constants.go index 449fedbbe..204248358 100644 --- a/pkg/environment/constants.go +++ b/pkg/environment/constants.go @@ -1,6 +1,3 @@ package environment -// OutputFormat denotes the form with which to display tabulated data -type OutputFormat string - const HomeEnvVar = "$HOME"