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