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