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