1
0
mirror of https://github.com/beego/bee.git synced 2024-05-29 03:53:29 +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/")
}