Skip to content

Commit

Permalink
fix #4
Browse files Browse the repository at this point in the history
  • Loading branch information
MilindPurswani committed Sep 2, 2022
1 parent b1fdb47 commit bae8509
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ type ResponseStruct struct {
Status int `json:"status"`
APIQuery string `json:"api_query"`
SearchIdentifier SearchIdentifier `json:"search_identifier"`
TotalResults int `json:"total_results"`
TotalPages int `json:"total_pages"`
CurrentPage int `json:"current_page"`
SearchResult []SearchResult `json:"search_result"`
Expand Down

0 comments on commit bae8509

Please sign in to comment.