Versions in this module Expand all Collapse all v0 v0.4.1 Mar 10, 2024 v0.2.3 Jul 6, 2022 Changes in this version + func GetLocation(city string) (lat float64, lon float64) + func GetWeather(city string) (name, description string, temp string, humidity int64) + type Location struct + Country string + Lat float64 + Lon float64 + Name string + State string + type Main struct + Humidity int64 + Temperature float64 + type Pkg struct + FullName string + Imported string + ShortName string + Synopsis string + func GetAllPkgInfos(keyWord string) []Pkg + func GetFirstPkgInfo(keyWord string) Pkg + type Weather struct + Description string