bykof / go-plantuml

Generate plantuml diagrams from go source files or directories
MIT License
388 stars 27 forks source link

go-plantuml generate -r gives error #2

Closed marcelloh closed 4 years ago

marcelloh commented 4 years ago

2020/01/22 13:53:14 unknown Field Type *ast.ChanType

Tried this in several projects

bykof commented 4 years ago

Will be fixed soon

bykof commented 4 years ago

It's implemented, please reinstall and try again :)

marcelloh commented 4 years ago

works. Except.... it's eating my vendor map as well and not I have a pink cloud with far too much lines :-(

bykof commented 4 years ago

You can use -d parameter to specify the directories

marcelloh commented 4 years ago

Super !!!! Thanks for the info (I must have overlooked that option)