blue-jay / blueprint

Blueprint for your next web application in Go.
https://blue-jay.github.io/
MIT License
482 stars 77 forks source link

Decide if route URI and table name should be a variable if generated #16

Closed josephspurrier closed 8 years ago

josephspurrier commented 8 years ago

Probably should come up with a philosophy or best practice for how much code to generate, keep it easy to read, keep it understandable

josephspurrier commented 8 years ago

Leaving the URI and table name as a variable to make it easy to change.