mirror of
https://github.com/EchoVault/SugarDB.git
synced 2025-10-06 00:16:53 +08:00
Created test file for string commands
This commit is contained in:
@@ -1 +1,11 @@
|
|||||||
package str
|
package str
|
||||||
|
|
||||||
|
import (
|
||||||
|
"testing"
|
||||||
|
)
|
||||||
|
|
||||||
|
func Test_HandleSetRange(t *testing.T) {}
|
||||||
|
|
||||||
|
func Test_HandleStrLen(t *testing.T) {}
|
||||||
|
|
||||||
|
func Test_HandleSubStr(t *testing.T) {}
|
||||||
|
Reference in New Issue
Block a user