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:
9
autorouter_test.go
Normal file
9
autorouter_test.go
Normal file
@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestGetControllerInfo(t *testing.T) {
|
||||
getControllerInfo("testdata/router/")
|
||||
}
|
Reference in New Issue
Block a user