You've already forked pocketbase
mirror of
https://github.com/pocketbase/pocketbase.git
synced 2025-11-23 22:55:37 +02:00
updated godoc
This commit is contained in:
@@ -84,7 +84,8 @@ func Snakecase(str string) string {
|
||||
return strings.ToLower(result.String())
|
||||
}
|
||||
|
||||
// Camelize convers a string to its "CamelCased" version (non alphanumeric characters are removed).
|
||||
// Camelize converts the provided string to its "CamelCased" version
|
||||
// (non alphanumeric characters are removed).
|
||||
//
|
||||
// For example:
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user