strip use of cmd
This commit is contained in:
@@ -5,7 +5,6 @@ import (
|
||||
"crypto/tls"
|
||||
"encoding/gob"
|
||||
|
||||
"github.com/micro/go-micro/cmd"
|
||||
"github.com/lucas-clemente/quic-go"
|
||||
"github.com/micro/go-micro/transport"
|
||||
utls "github.com/micro/util/go/lib/tls"
|
||||
@@ -34,10 +33,6 @@ type quicListener struct {
|
||||
opts transport.ListenOptions
|
||||
}
|
||||
|
||||
func init() {
|
||||
cmd.DefaultTransports["quic"] = NewTransport
|
||||
}
|
||||
|
||||
func (q *quicClient) Close() error {
|
||||
return q.quicSocket.st.Close()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user