公告板
版本库
filestore
活动
搜索
登录
aps
/
SRM
SRM system
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
fix
wangpengfei
2023-08-26
731ea35ad6ce787231dd8a796f653a6d882415cb
[aps/SRM.git]
/
utils
/
ast
/
ast_auto_enter_test.go
1
2
3
4
5
6
7
package ast
import "testing"
func TestImportForAutoEnter(t *testing.T) {
ImportForAutoEnter("D:\\gin-vue-admin\\server\\api\\v1\\test\\enter.go", "ApiGroup", "test")
}