gotraceui
gotraceui copied to clipboard
shortenFunctionName: produce better short name for anonymous functions
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.