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