1
0
mirror of https://github.com/beego/bee.git synced 2024-06-01 19:33:28 +00:00
bee/autorouter_test.go
2013-07-27 09:44:44 +08:00

10 lines
121 B
Go

package main
import (
"testing"
)
func TestGetControllerInfo(t *testing.T) {
getControllerInfo("testdata/router/")
}