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