From 444f3c080f867017ed7b99f06558e5cbbf58041b Mon Sep 17 00:00:00 2001 From: Philip Hamer Date: Thu, 17 Feb 2022 13:00:00 -0500 Subject: [PATCH] gofmt --- client_server_httpsproxy_test.go | 1 + proxy_https.go | 1 + proxy_https_legacy.go | 1 + 3 files changed, 3 insertions(+) diff --git a/client_server_httpsproxy_test.go b/client_server_httpsproxy_test.go index 214ce33..71f0d55 100644 --- a/client_server_httpsproxy_test.go +++ b/client_server_httpsproxy_test.go @@ -1,3 +1,4 @@ +//go:build go1.15 // +build go1.15 package websocket diff --git a/proxy_https.go b/proxy_https.go index 3cc2baa..f74258a 100644 --- a/proxy_https.go +++ b/proxy_https.go @@ -1,3 +1,4 @@ +//go:build go1.15 // +build go1.15 package websocket diff --git a/proxy_https_legacy.go b/proxy_https_legacy.go index 461339e..40bc5e2 100644 --- a/proxy_https_legacy.go +++ b/proxy_https_legacy.go @@ -1,3 +1,4 @@ +//go:build !go1.15 // +build !go1.15 package websocket