feat 修改usn类型为string
This commit is contained in:
11
internal/grpc_server/server/a_test.go
Normal file
11
internal/grpc_server/server/a_test.go
Normal 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"}))
|
||||
}
|
||||
Reference in New Issue
Block a user