rename curl => httpclient

This commit is contained in:
白茶清欢 2023-08-10 14:29:19 +08:00
parent 634cd5385a
commit a1a0ed7e77
3 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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