aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShelikhoo <xiaokangwang@outlook.com>2022-02-11 10:23:15 +0000
committerShelikhoo <xiaokangwang@outlook.com>2022-03-16 09:13:29 +0000
commite3aeb5fe5b3cace5d482c2fa40e0b964711ab189 (patch)
tree345f840d834b712d90d2aa11189de81263442067
parentf5254900320aaa03b63c281351ebb145395d6357 (diff)
downloadsnowflake-e3aeb5fe5b3cace5d482c2fa40e0b964711ab189.tar.gz
snowflake-e3aeb5fe5b3cace5d482c2fa40e0b964711ab189.zip
Add line wrap to NewBrokerChannelWithUTlsSettings
-rw-r--r--client/lib/rendezvous.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/lib/rendezvous.go b/client/lib/rendezvous.go
index ee07600..dcf613c 100644
--- a/client/lib/rendezvous.go
+++ b/client/lib/rendezvous.go
@@ -62,7 +62,8 @@ func NewBrokerChannel(broker, ampCache, front string, keepLocalAddresses bool) (
// NewBrokerChannelWithUTlsSettings construct a new BrokerChannel, where:
// |broker| is the full URL of the facilitating program which assigns proxies
// to clients, and |front| is the option fronting domain.
-func NewBrokerChannelWithUTlsSettings(broker, ampCache, front string, keepLocalAddresses bool, utlsClientID string, removeSNI bool) (*BrokerChannel, error) {
+func NewBrokerChannelWithUTlsSettings(broker, ampCache, front string, keepLocalAddresses bool,
+ utlsClientID string, removeSNI bool) (*BrokerChannel, error) {
log.Println("Rendezvous using Broker at:", broker)
if ampCache != "" {
log.Println("Through AMP cache at:", ampCache)