panlei
2019-07-05 6e0ed60c8f5326fd3a6b652974d0fc61a002022c
1
2
3
4
5
6
7
package insertdata
 
import "testing"
 
func TestInsertToEs(t *testing.T){
    InsertToEs()
}