mirror of
https://github.com/beego/bee.git
synced 2024-10-31 18:50:54 +00:00
10 lines
121 B
Go
10 lines
121 B
Go
package main
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestGetControllerInfo(t *testing.T) {
|
|
getControllerInfo("testdata/router/")
|
|
}
|