8 lines
81 B
Go
8 lines
81 B
Go
package autoCodeModel
|
|
|
|
import "testing"
|
|
|
|
func TestTemp(t *testing.T) {
|
|
Temp()
|
|
}
|