-
-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't create routes with name begin in number #144
Comments
Ah good catch. I'm assuming you wanted multiple versions? For now, I'd probably suggest If you manually fix that export does the rest of bud work? I'm wondering if the controller props are also affected. |
No it doesn't work, just |
Need to think more about this one. Can you explain why you want this @012e? It's definitely possible to have controller/1/controllers.go, with the following: package controller
type Controller struct {}
func (c *Controller) Index() { } But the package |
I don't need this. It's just an edge case I found. |
When we create a route with a number at the beginning
The controller is not generated but the view is.
Result in
The text was updated successfully, but these errors were encountered: