--
panlei
2019-06-22 5075be86a00d8e83caf1cfc38a1fc822cb27935c
1
2
3
4
5
6
7
package insertdata
 
import "testing"
 
func TestInsertToEs(t *testing.T){
    InsertToEs()
}