gernest / utron

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

Sub categories problems #58

Closed ergoz closed 8 years ago

ergoz commented 8 years ago

Thanks for this framework. I am new in Go, and I tries to make multi level blog categories, for example: -dev -- php -- mysql and i want to catch this url site.com/dev/php/somepost.html but i cant setup routes to catch dev/php in category variable and somepost.html in id variable.

and file routes.json not loads, because rules in this file not works

How to fix it? I have no idea :(

ergoz commented 8 years ago

Sorry, it were my fault :) All ok :+1: