初始化仓库
This commit is contained in:
commit
83dbdb7ecb
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# Created by .ignore support plugin (hsz.mobi)
|
||||||
|
### Go template
|
||||||
|
# Binaries for programs and plugins
|
||||||
|
*.exe
|
||||||
|
*.exe~
|
||||||
|
*.dll
|
||||||
|
*.so
|
||||||
|
*.dylib
|
||||||
|
*.xlsx
|
||||||
|
|
||||||
|
# Test binary, built with `go test -c`
|
||||||
|
*.test
|
||||||
|
|
||||||
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||||
|
*.out
|
||||||
|
|
||||||
|
# Dependency directories (remove the comment below to include it)
|
||||||
|
# vendor/
|
||||||
|
.idea
|
||||||
|
.vscode
|
||||||
|
mail_test.go
|
||||||
|
|
14
curl/define.go
Normal file
14
curl/define.go
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
// Package curl 基础请求库
|
||||||
|
//
|
||||||
|
// Author: go_developer@163.com<白茶清欢>
|
||||||
|
//
|
||||||
|
// Description: 基础常量定义
|
||||||
|
//
|
||||||
|
// File: define.go
|
||||||
|
//
|
||||||
|
// Version: 1.0.0
|
||||||
|
//
|
||||||
|
// Date: 2022/05/01 19:56:48
|
||||||
|
package curl
|
||||||
|
|
||||||
|
const ()
|
5
go.mod
Normal file
5
go.mod
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
module git.zhangdeman.cn/zhangdeman/httpclient
|
||||||
|
|
||||||
|
go 1.17
|
||||||
|
|
||||||
|
require github.com/ddliu/go-httpclient v0.6.9 // indirect
|
Loading…
Reference in New Issue
Block a user