grant / go-diagram

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

missing build folder #4

Open mburger343 opened 8 years ago

mburger343 commented 8 years ago

Hi,

 I am looking at running the go-diagram to generate uml for a small go program I am working on. I tried running the example (in windows) by entering in the command prompt "go-diagram .\example1". The webpage (http://localhost:port) just contains a link to demo.go. When I click on the link, it opens demo.go in the web browser. Looking at go-diagram\server.go, there is a call in main() to http.Dir("./app/build"). Navigating through the go-diagram source code, there does not appear to be a build folder under app, so I'm guessing this is the problem. Is build something that is supposed to be auto-generated when building go-diagram, or is this something missing from the source code.

Thanks!