Ai
1 Star 0 Fork 0

iotas/toolkit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
utils_test.go 255 Bytes
一键复制 编辑 原始数据 按行查看 历史
xuthus 提交于 2021-12-14 18:45 +08:00 . fix
package proto_parser
import (
"fmt"
"strings"
"testing"
)
func Test_calm2KebabCase(t *testing.T) {
src := calm2KebabCaseBSON("HelloWorld")
t.Log(src)
}
func TestTrim(t *testing.T) {
var a = " dddd\n"
a = strings.Trim(a, " \n")
fmt.Println(a)
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/iotas/toolkit.git
git@gitee.com:iotas/toolkit.git
iotas
toolkit
toolkit
6a2c4ec13c63

搜索帮助