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