mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 02:48:34 +08:00
支持tdengine
This commit is contained in:
8
pkg/tool/base_test.go
Normal file
8
pkg/tool/base_test.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package tool
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestToCamelCase(t *testing.T) {
|
||||
camelCase := ToCamelCase("hello_world")
|
||||
t.Log(camelCase)
|
||||
}
|
||||
Reference in New Issue
Block a user