lmika / goseq

A command line tool to generate sequence diagrams
https://goseq.lmika.dev
MIT License
205 stars 26 forks source link

can't generate ethereum's sequence diagram #17

Closed feiyiban closed 2 years ago

feiyiban commented 2 years ago

can't generate ethereum's sequence diagram

lmika commented 2 years ago

Hi @feiyiban, could you send through the sequence diagram your trying to generate, as well as the goseq command you’re trying to run along with any error outputs you see? Thanks.

feiyiban commented 2 years ago

image you can try it with go-ethereum! thanks

lmika commented 2 years ago

Ah, I see what what you're trying to do. It looks like you're trying to run goseq with a Go source file, probably to produce a sequence diagram directly from the code. Unfortunately, goseq does not support this. Instead, sequence diagrams are produce using a custom domain-specific language, which is usually (although not required to) written by hand. Please take a look at the Language Guide for how this DSL is put together.