package main import ( "bytes" "encoding/hex" "encoding/json" "fmt" ) type UUID [16]byte type RobPikesUUID UUID type MyUUID struct{ UUID } func main() { u ...
確定! 回上一頁