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