mirror of
https://gitee.com/johng/gf
synced 2026-07-04 21:03:13 +08:00
12 lines
131 B
Go
12 lines
131 B
Go
package main
|
|
|
|
import (
|
|
"fmt"
|
|
|
|
"github.com/gogf/gf/text/gstr"
|
|
)
|
|
|
|
func main() {
|
|
fmt.Println(gstr.CamelCase("userLoginLog.bak"))
|
|
}
|