Greg Hanson

Results 91 comments of Greg Hanson

>One reason I could thin is, if it is a different port in a service, it is considered different set of APIs exposed by same service and hence should not...

If you are using VS code as an editor, you can add `gofumpt` as the format tool and that will help with most lint errors: ``` "go.formatFlags": [ "[\"-ed\", \"-local\",...

~~You may be right. I had cloned istio/istio repo directly instead of my personal fork. The command fails on the direct clone, but works in my fork~~ EDIT: nvm, tried...

for reference, the working output on master branch in istio/istio looks like the following: ```bash git describe --tags 1.12.0-alpha.5-1413-gbed97980b2 git describe --tags --always 1.12.0-alpha.5-1413-gbed97980b2 ``` whereas a failing command looks...

/cherrypick release-1.15