grant / go-diagram

🌐 A UML diagram editor for Golang projects
https://docs.google.com/document/d/1exvOxiBwERKd5P1nZ7hjmhkGchoAhr0tZK_f_3EVy2M
176 stars 21 forks source link

failied with parse #8

Open Arbio5zt opened 7 years ago

Arbio5zt commented 7 years ago

i have successed with the sample1, but will a much complicated project, it occurs image

Arbio5zt commented 7 years ago

I have found the bug and work arrount with it... but there have so much todo... and the uml map generated seems meaningless. case ast.FuncType: return []string{"TODO"}, nil case ast.InterfaceType: return []string{"TODO"}, nil case ast.ChanType: return []string{"TODO"}, nil case ast.StructType: return []string{"TODO"}, nil

wildsurfer commented 6 years ago

I have the same issue