Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. type Parent struct {
  2.  
  3. }
  4.  
  5. type Foo struct {
  6. *Parent
  7. }
  8.  
  9. type Bar struct {
  10. *Parent
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement