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