mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2026-05-25 00:27:53 +00:00
12 lines
180 B
Go
12 lines
180 B
Go
|
|
package ast
|
||
|
|
|
||
|
|
import "testing"
|
||
|
|
|
||
|
|
func TestRollRouterBack(t *testing.T) {
|
||
|
|
RollRouterBack("ttt", "Testttt")
|
||
|
|
}
|
||
|
|
|
||
|
|
func TestRollGormBack(t *testing.T) {
|
||
|
|
RollGormBack("ttt", "Testttt")
|
||
|
|
}
|