Create & Init Project...
This commit is contained in:
13
app/service/main/identify/api/grpc/string_test.go
Normal file
13
app/service/main/identify/api/grpc/string_test.go
Normal file
@ -0,0 +1,13 @@
|
||||
package v1
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestGetCookieInfoReply_String(t *testing.T) {
|
||||
m := GetCookieInfoReq{
|
||||
Cookie: "==000123000==",
|
||||
}
|
||||
fmt.Println(fmt.Sprintf("%v", m))
|
||||
}
|
Reference in New Issue
Block a user