1
0
mirror of https://github.com/beego/bee.git synced 2025-07-05 18:20:18 +00:00

Added func getControllerInfo

This commit is contained in:
Unknown
2013-07-27 09:44:44 +08:00
parent 422e2dc737
commit 7ea67b5534
8 changed files with 622 additions and 8 deletions

9
autorouter_test.go Normal file
View File

@ -0,0 +1,9 @@
package main
import (
"testing"
)
func TestGetControllerInfo(t *testing.T) {
getControllerInfo("testdata/router/")
}