gotraceui icon indicating copy to clipboard operation
gotraceui copied to clipboard

shortenFunctionName: produce better short name for anonymous functions

Open dominikh opened this issue 3 years ago • 0 comments

The current short name isn't ideal for anonymous functions, as we turn pkg.(type).fn.func1 into .func1, when really it should be .fn.func1.

dominikh avatar Nov 29 '22 17:11 dominikh