mirror of
https://github.com/EchoVault/SugarDB.git
synced 2025-10-05 16:06:57 +08:00
Created test file for string commands
This commit is contained in:
@@ -1 +1,11 @@
|
||||
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