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