Guest User

Untitled

a guest
Apr 23rd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. package gpbug
  2.  
  3. type I64 uint64
  4. type Str1 string
  5.  
  6. type Struct1 struct {
  7. I I64 // `zid:"0"`
  8. S Str1 // `zid:"1"`
  9. }
  10.  
  11. type Struct2 struct {
  12. S Struct1
  13. }
Add Comment
Please, Sign In to add comment