func TestProduct_Create(t *testing.T)
product_test.go 中的
import ( "testing")
这里面 testing 是在哪里啊?
单测时引入 testing,写单测的时候通常会这样做。可以直接调试某一函数,这个函数要以 Test_*开头