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