Skip to content
Snippets Groups Projects
Commit ff27a8d0 authored by Andreas Magnarson Nypan's avatar Andreas Magnarson Nypan
Browse files

Upload New File

parent c8e9d3c8
Branches main
No related tags found
No related merge requests found
Checking pipeline status
package models
// CountryInfo represents the response structure for country information.
type CountryInfoStruct struct {
Name string `json:"name"`
Continents []string `json:"continents"`
Population int `json:"population"`
Languages []string `json:"languages"`
Borders []string `json:"borders"`
Flag string `json:"flag"`
Capital string `json:"capital"`
Cities []string `json:"cities"`
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment