初始化仓库

This commit is contained in:
2022-05-01 20:02:15 +08:00
commit 83dbdb7ecb
4 changed files with 43 additions and 0 deletions

14
curl/define.go Normal file
View 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 ()