Quellcode durchsuchen

fix: !confonly missing in http client

vcptr vor 6 Jahren
Ursprung
Commit
27da2d139f
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      proxy/http/client.go

+ 1 - 0
proxy/http/client.go

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