mirror of
https://github.com/go-delve/delve.git
synced 2025-10-28 04:35:19 +08:00
This flag in internal/abi.Type is moving from the Kind_ field to the TFlag field. See https://go-review.googlesource.com/c/go/+/681936 A few of the other Kind fields dlv doesn't use (and don't exist in Go anymore), so this code can be simplified somewhat.