初始化仓库
This commit is contained in:
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 ()
|
Reference in New Issue
Block a user