Just starting with go and trying to use uton because its look like a little familiar with the little i know.
I am using the todo application to start out but i cant discover hot to add more controllers.
I moved the original todo to a /todo url and tried to make a new controller/model for /myapp.
The second controller got a bunch of duplicated declaration errors and no route in the second controller worked...
how do i get started in this?
Hey,
Just starting with go and trying to use uton because its look like a little familiar with the little i know. I am using the todo application to start out but i cant discover hot to add more controllers.
I moved the original todo to a /todo url and tried to make a new controller/model for /myapp. The second controller got a bunch of duplicated declaration errors and no route in the second controller worked... how do i get started in this?