We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7caa65b commit 60a2149Copy full SHA for 60a2149
BUILD.bazel
@@ -22,6 +22,8 @@ go_library(
22
"transport.go",
23
"transport112.go",
24
"util.go",
25
+ "util_curl.go",
26
+ "shellescape/shellescape.go"
27
],
28
importpath = "github.com/go-resty/resty/v2",
29
visibility = ["//visibility:public"],
0 commit comments