| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
A simple weather forecasting command line tool by go.
Native
go build -o weather-cli utils.go types.go main.go && ./weather-cliUse Lib
go build -o weather-cli utils.go types.go cli_main.go && ./weather-cligo build -ldflags "-s -w" -o weather-cli utils.go types.go cli_main.go && upx ./weather-cliLinux Arch
GOOS=linux GOARCH=amd64 go build ...Windows Arch
GOOS=windows GOARCH=amd64 go build ...MacOSX Arch
GOOS=darwin GOARCH=amd64 go build ...go build -ldflags "-s -w" -o weather-cli utils.go types.go cli_main.go && upx ./weather-cli| Back | FazBrowse Home | New Git URL |