Shpota / goxygen

Generate a modern Web project with Go and Angular, React, or Vue in seconds 🎲
https://goxygen.dev
Apache License 2.0
3.53k stars 220 forks source link

Rebuild static/generated.go after templates update (#126) #134

Closed dolmen closed 3 weeks ago

dolmen commented 1 year ago

Fixes #126.

This is just:

$ go generate ./...
Shpota commented 1 year ago

I run go fmt ./... after each generation. I think this is the reason of the diff

dolmen commented 1 year ago

You mean manually?

Shpota commented 3 weeks ago

Sorry, I missed this. This functionality is covered by this commit.