autoCode_test.go 81 B

1234567
  1. package autoCodeModel
  2. import "testing"
  3. func TestTemp(t *testing.T) {
  4. Temp()
  5. }