• Kubernetes Submit Queue's avatar
    Merge pull request #41530 from bruceauyeung/k8s-branch-do-not-use-underscores-in-go-variable-names · d6fd997d
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue
    
    rename variables to make sure that they conform to golang variable name conventions
    
    rename variables to make sure that they conform to golang variable name conventions
    
    **What this PR does / why we need it**:
    
    there are lots of package level unexported variables in package `cmd` not conforming golang variable name conventions, such as `version_example`, in this PR i rename all of them to make sure that they conform to golang variable name conventions
    d6fd997d
get.go 15.9 KB