coco icon indicating copy to clipboard operation
coco copied to clipboard

Consider using structwalk for listing nested struct fields

Open xlab opened this issue 5 years ago • 0 comments

You can use FieldList from https://github.com/xlab/structwalk for this kind of stuff: https://github.com/mrmiguu/coco/blob/e51861ba64cb68c40c4abda2cce111872c47fd30/coco.go#L238

We can implement MethodList as well.

P.s. Cool project, ty

xlab avatar Mar 11 '19 08:03 xlab