statping-ng/cmd/doc.go

13 lines
427 B
Go

// 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
//
// by Hunter Long
package main