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