//
pkg.gl
Category
github.com/Gopherlinzy/gin-vue3-admin
pkg
str
package
0.0.0-20230221082639-0c8b833e4bae
Repository:
https://github.com/gopherlinzy/gin-vue3-admin.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
1
Files
19 SLOC
#
Functions
Camel
Camel 转为 CamelCase,如 topic_comment -> TopicComment.
LowerCamel
LowerCamel 转为 lowerCamelCase,如 TopicComment -> topicComment.
Plural
Plural 转为复数 user -> users.
Singular
Singular 转为单数 users -> user.
Snake
Snake 转为 snake_case,如 TopicComment -> topic_comment.