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