mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #12246 from SVilgelm/fix-import-path
Fix import path to fileutils in listener
This commit is contained in:
commit
43d6162d3f
@ -31,8 +31,8 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/coreos/etcd/pkg/fileutil"
|
||||
"github.com/coreos/etcd/pkg/tlsutil"
|
||||
"go.etcd.io/etcd/pkg/fileutil"
|
||||
)
|
||||
|
||||
func NewListener(addr, scheme string, tlsinfo *TLSInfo) (l net.Listener, err error) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user