소스 검색

fix: !confonly missing in http client

vcptr 6 년 전
부모
커밋
27da2d139f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      proxy/http/client.go

+ 1 - 0
proxy/http/client.go

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