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