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