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