Skip to content

Commit 85e8796

Browse files
committed
Refactor file paths in httpclient package
1 parent 83b2426 commit 85e8796

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

httpclient/multipartrequest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// httprequest/multipartrequest.go
1+
// httpclient/multipartrequest.go
22
package httpclient
33

44
import (

httpclient/ping.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// httpclient_ping.go
1+
// httpclient/ping.go
22
package httpclient
33

44
import (

httpclient/request.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// http_request.go
1+
// httpclient/request.go
22
package httpclient
33

44
import (

httpclient/request.go.back renamed to request/request.go.back

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// http_request.go
2-
package httpclient
1+
// request.go
2+
package request
33

44
import (
55
"bytes"

0 commit comments

Comments
 (0)