8 lines
179 B
Go
8 lines
179 B
Go
package ast
|
|
|
|
import "testing"
|
|
|
|
func TestImportForAutoEnter(t *testing.T) {
|
|
ImportForAutoEnter("D:\\gin-vue-admin\\server.exe.exe\\api\\v1\\test\\enter.go", "ApiGroup", "test")
|
|
}
|