From 27da2d139f45e68fb6eedd20c0976ef1fd975ee4 Mon Sep 17 00:00:00 2001 From: vcptr <51714622+vcptr@users.noreply.github.com> Date: Wed, 7 Aug 2019 14:49:29 +0800 Subject: [PATCH] fix: !confonly missing in http client --- proxy/http/client.go | 1 + 1 file changed, 1 insertion(+) diff --git a/proxy/http/client.go b/proxy/http/client.go index 1c3282f66..01a974f68 100644 --- a/proxy/http/client.go +++ b/proxy/http/client.go @@ -1,3 +1,4 @@ +// +build !confonly package http import (