You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hero currently processes all of the files in a directory. Pure html files are compiled to blank .go files, and parent files are compiled just to a package name and nothing else.
Instead, I propose hero do two passes when running:
Examine all the files, looking for files that have <%: tags, and any other files that it determines it will compile to actually contain .go code.
Only process files that have been found and recorded, and leave all other files alone.
The text was updated successfully, but these errors were encountered:
Hero currently processes all of the files in a directory. Pure html files are compiled to blank .go files, and parent files are compiled just to a package name and nothing else.
Instead, I propose hero do two passes when running:
The text was updated successfully, but these errors were encountered: