package
Version:
v0.0.16
Opens a new window with list of versions in this module.
Published: Jan 26, 2024
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Camel converts the given name into a camelCase.
user_info => userInfo
full_name => fullName
user_id => userID
full-admin => fullAdmin
Pascal converts the given name into a PascalCase.
user_info => UserInfo
full_name => FullName
user_id => UserID
full-admin => FullAdmin
Snake converts the given struct or field name into a snake_case.
Username => username
FullName => full_name
HTTPCode => http_code
Source Files
¶
Click to show internal directories.
Click to hide internal directories.