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