mirror of
https://github.com/ahmetb/kubectx.git
synced 2025-07-03 10:36:12 +00:00
fix(go): rename invalid comment format
This commit is contained in:
parent
d5089ab6ae
commit
cd18882093
@ -11,7 +11,7 @@ var (
|
||||
version = "v0.0.0+unknown" // populated by goreleaser
|
||||
)
|
||||
|
||||
// VersionOps describes printing version string.
|
||||
// VersionOp describes printing version string.
|
||||
type VersionOp struct{}
|
||||
|
||||
func (_ VersionOp) Run(stdout, _ io.Writer) error {
|
||||
|
@ -11,7 +11,7 @@ var (
|
||||
version = "v0.0.0+unknown" // populated by goreleaser
|
||||
)
|
||||
|
||||
// VersionOps describes printing version string.
|
||||
// VersionOp describes printing version string.
|
||||
type VersionOp struct{}
|
||||
|
||||
func (_ VersionOp) Run(stdout, _ io.Writer) error {
|
||||
|
2
internal/env/constants.go
vendored
2
internal/env/constants.go
vendored
@ -19,7 +19,7 @@ const (
|
||||
// interactive context selection when fzf is installed.
|
||||
EnvFZFIgnore = "KUBECTX_IGNORE_FZF"
|
||||
|
||||
// EnvForceColor describes the environment variable to disable color usage
|
||||
// EnvNoColor describes the environment variable to disable color usage
|
||||
// when printing current context in a list.
|
||||
EnvNoColor = `NO_COLOR`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user