gernest / utron

A lightweight MVC framework for Go(Golang)
MIT License
2.22k stars 149 forks source link

multiple controllers #105

Closed luisbrandao closed 4 years ago

luisbrandao commented 5 years ago

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?

nicola-spb commented 4 years ago

Please write errors or it should be closed.