statping/cmd/doc.go

13 lines
463 B
Go
Raw Normal View History

// Package main for building the Statup CLI binary application. This package
// connects to all the other packages to make a runnable binary for multiple
// operating system.
//
// To build Statup from source, run the follow command in the root directory:
// // go build -o statup ./cmd
//
// Remember that you'll need to compile the static assets using Rice:
// // cd source && rice embed-go
//
2018-09-28 07:22:58 +00:00
// More info on: https://github.com/hunterlong/statup
package main