mirror of
https://github.com/pocketbase/pocketbase.git
synced 2025-03-20 06:21:06 +02:00
updated godoc
This commit is contained in:
parent
5d889d00ad
commit
b066d9c429
@ -84,7 +84,8 @@ func Snakecase(str string) string {
|
|||||||
return strings.ToLower(result.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:
|
// For example:
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user