//
pkg.gl
Category
github.com/hsyan2008/hfw
encoding
package
0.0.0-20231110072752-5870b03ed193
Repository:
https://github.com/hsyan2008/hfw.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
10
Dependents
6
Files
170 SLOC
#
Functions
Base64Decode
Base64Decode 解码base64.
Base64Encode
Base64Encode 编码base64.
Snake
大写转为下划线加小写.
#
Variables
Gob
Gob is a Codec that uses the gob package.
GobIO
No description provided by the author
JSON
JSON is a Codec that uses the json package.
JSONIO
No description provided by the author
#
Structs
Codec
Codec 参考https://github.com/golang/appengine/blob/master/memcache/memcache.go.
CodecIO
No description provided by the author
#
Type aliases
Date
No description provided by the author
DateTime
No description provided by the author
Int
把纯数字的字符串也解析成数字.
Str
把数字也解析成字符串.