mirror of
https://github.com/go-delve/delve.git
synced 2025-10-30 18:27:37 +08:00
* proc,locspec: support setting breakpoints by func name on generic funcs Changes proc.Function to parse function names correctly when they contain instantiation lists and locspec to match generic functions. * vendor: update golang.org/x/tools The old version of golang.org/x/tools is incompatible with the new iexport format.
This repository holds the transition packages for the new Go 1.13 error values. See golang.org/design/29934-error-values.