Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetProjectName ¶
GetProjectName reads go.mod and extracts the module name.
func ToCamelCase ¶
ToCamelCase converts a string to CamelCase (e.g., "user_profile" -> "UserProfile").
func ToLowerFirst ¶
ToLowerFirst converts the first character to lowercase.
func ToSnakeCase ¶
ToSnakeCase converts a string to snake_case (e.g., "UserProfile" -> "user_profile").
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.