tree: b7158d7aeda76235e427017c3119ab84f3582382 [path history] [tgz]
  1. README.md
  2. README_CN.md
  3. uuid.go
java_util/README.md

UUID-info

  1. explain dubbo-go-hessian2 strut UUID
  • JavaServer -> create UUID -> GO Client -> UUID struct (PASS)
  • dubbo-go-hessian2 cannot create UUID strut
  • see jdk source code of class:[java.util.UUID] learning how to create UUID struct
  • see https://github.com/satori/go.uuid