bykof / go-plantuml

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

parse *ast.IndexExpr for generics #24

Closed afmahmuda closed 1 year ago

afmahmuda commented 1 year ago

solve https://github.com/bykof/go-plantuml/issues/17

afmahmuda commented 1 year ago

upgrade to go 1.19

bykof commented 1 year ago

@afmahmuda Thank you very much for you pull request! I updated the test strategy to not use go 1.17 anymore. This is going to be a breaking change for this library, which will be reflected in the version.

Could you pull newest commit on master and let the tests pass?

afmahmuda commented 1 year ago

sure, can do!

bykof commented 1 year ago

@afmahmuda thank you very much for this contribution! Without you this project couldn't become better!