Categorygithub.com/luenci/gopkg
modulepackage
1.1.13
Repository: https://github.com/luenci/gopkg.git
Documentation: pkg.go.dev

# README

go-pkg

go工具公共库

.
├── README.md           # 说明文件
├── bytesconv.go        # 字节转换工具
├── go.mod
├── go.sum
├── json.go             # json构建约束工具
├── jsoniter.go         # 构建约束工具
├── render.go           # 公共请求体定义
└── strings.go          # 字符串工具

# Packages

No description provided by the author

# Functions

BytesToString converts byte slice to string without a memory allocation.
No description provided by the author
Response response method.
StringToBytes converts string to byte slice without a memory allocation.
StrJoin String concatenation.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Result Request the result structure.