feat 修改usn类型为string

This commit is contained in:
2026-01-11 16:16:27 +08:00
parent 1b893cad87
commit 11141edcda
17 changed files with 1019 additions and 43 deletions

View File

@@ -0,0 +1,11 @@
package server
import (
"fmt"
"testing"
)
func TestName(t *testing.T) {
t.Logf("step: %v", fmt.Sprintf("aa %v bb", []string{"1", "2"}))
}