mirror of
https://github.com/beego/bee.git
synced 2025-02-16 19:37:02 +00:00
10 lines
121 B
Go
10 lines
121 B
Go
![]() |
package main
|
||
|
|
||
|
import (
|
||
|
"testing"
|
||
|
)
|
||
|
|
||
|
func TestGetControllerInfo(t *testing.T) {
|
||
|
getControllerInfo("testdata/router/")
|
||
|
}
|