Advertisement
Guest User

Untitled

a guest
Sep 10th, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Go 0.13 KB | None | 0 0
  1. type ArrayResponse struct {
  2.     Result []MyStruct `json:"result"`
  3. }
  4.  
  5. type SingleResponse struct {
  6.     Result MyStruct `json:"result"`
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement