Merge pull request #12246 from SVilgelm/fix-import-path

Fix import path to fileutils in listener
This commit is contained in:
Gyuho Lee 2020-08-24 12:31:29 -07:00 committed by GitHub
commit 43d6162d3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {