weather-cli

command module
v0.0.0-...-9275241 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 18, 2018 License: MIT Imports: 7 Imported by: 0

README

weather-cli

A simple weather forecasting command line tool by go.

Usage

Native

go build -o weather-cli utils.go types.go main.go && ./weather-cli

Use Lib

go build -o weather-cli utils.go types.go cli_main.go && ./weather-cli

Package

go build -ldflags "-s -w" -o weather-cli utils.go types.go cli_main.go && upx ./weather-cli

Linux Arch

GOOS=linux GOARCH=amd64 go build ...

Windows Arch

GOOS=windows GOARCH=amd64 go build ...

MacOSX Arch

GOOS=darwin GOARCH=amd64 go build ...

Compression

go build -ldflags "-s -w" -o weather-cli utils.go types.go cli_main.go && upx ./weather-cli

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL