mirror of
https://github.com/jefferyjob/go-easy-utils.git
synced 2025-10-05 23:16:50 +08:00
@@ -5,7 +5,7 @@ import "testing"
|
||||
func TestToString(t *testing.T) {
|
||||
tests := []struct {
|
||||
name string
|
||||
value interface{}
|
||||
value any
|
||||
want string
|
||||
}{
|
||||
{"nil", nil, ""},
|
||||
|
Reference in New Issue
Block a user