wongoo commented on pull request #256:
URL: https://github.com/apache/dubbo-go-hessian2/pull/256#issuecomment-797168328
> @zhangymPerson can u add another unit test , which check whether the uuid
string generated by java is equal to that generated by golang ?
@zhangymPerson maybe u do not got what I means, u response uuid string like
the following and check whether it's equal to `&java_util.UUID{LeastSigBits:
int64(-7160773830801198154), MostSigBits: int64(459021424248441700)}.ToString()`
```java
public static String javautilUUIDString() {
UUID uuid = new UUID(459021424248441700L, -7160773830801198154L);
return uuid.toString();
}
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]