feat:完善项目
This commit is contained in:
8
utils/string_test.go
Normal file
8
utils/string_test.go
Normal file
@ -0,0 +1,8 @@
|
||||
package utils
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestToSnake(t *testing.T) {
|
||||
src := "sys_"
|
||||
t.Log(ToSnake(src, "_"))
|
||||
}
|
Reference in New Issue
Block a user