代码生成器模板

This commit is contained in:
pixel
2020-03-25 18:07:22 +08:00
parent 05af0789e2
commit 8a9e4e1d18
5 changed files with 126 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
package autoCodeModel
import "testing"
func TestTemp(t *testing.T) {
Temp()
}