jfeliu007 / goplantuml

PlantUML Class Diagram Generator for golang projects
MIT License
1.84k stars 172 forks source link

generate error for parameter list #127

Closed hitzhangjie closed 2 years ago

hitzhangjie commented 2 years ago

Build() (abbrev, aranges, frame, info, line, pubnames, ranges, str, loc []byte, err error)

For example, this function will be generated as Build() ([]byte, error)

jfeliu007 commented 2 years ago

Hmmm, interesting. I think I know what's going on. Thanks for opening this one.