Parcourir la source

fix: !confonly missing in http client

vcptr il y a 6 ans
Parent
commit
27da2d139f
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      proxy/http/client.go

+ 1 - 0
proxy/http/client.go

@@ -1,3 +1,4 @@
+// +build !confonly
 package http
 
 import (