//
pkg.gl
Category
github.com/go-parrot/parrot
internal
utils
package
0.0.2
Repository:
https://github.com/go-parrot/parrot.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
6
Files
84 SLOC
#
Functions
Camel2Case
驼峰式写法转为下划线写法.
Case2Camel
下划线写法转为驼峰写法.
Lcfirst
首字母小写.
ModName
No description provided by the author
NewBuffer
No description provided by the author
Ucfirst
首字母大写.
#
Structs
Buffer
内嵌bytes.Buffer,支持连写.