优化请求 #1

Merged
zhangdeman merged 4 commits from feature/upgrade_repo into master 2023-08-10 14:38:59 +08:00
3 changed files with 6 additions and 6 deletions
Showing only changes of commit a1a0ed7e77 - Show all commits

View File

@ -1,4 +1,4 @@
// Package curl 基础请求库 // Package httpclient 基础请求库
// //
// Author: go_developer@163.com<白茶清欢> // Author: go_developer@163.com<白茶清欢>
// //
@ -9,7 +9,7 @@
// Version: 1.0.0 // Version: 1.0.0
// //
// Date: 2022/05/01 19:56:48 // Date: 2022/05/01 19:56:48
package curl package httpclient
import ( import (
"github.com/ddliu/go-httpclient" "github.com/ddliu/go-httpclient"

View File

@ -1,4 +1,4 @@
// Package curl ... // Package httpclient ...
// //
// Author: go_developer@163.com<白茶清欢> // Author: go_developer@163.com<白茶清欢>
// //
@ -9,7 +9,7 @@
// Version: 1.0.0 // Version: 1.0.0
// //
// Date: 2022/05/01 20:40:08 // Date: 2022/05/01 20:40:08
package curl package httpclient
import "strings" import "strings"

View File

@ -1,4 +1,4 @@
// Package curl ... // Package httpclient ...
// //
// Author: go_developer@163.com<白茶清欢> // Author: go_developer@163.com<白茶清欢>
// //
@ -9,7 +9,7 @@
// Version: 1.0.0 // Version: 1.0.0
// //
// Date: 2022/05/01 21:25:03 // Date: 2022/05/01 21:25:03
package curl package httpclient
import ( import (
"bytes" "bytes"