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