statping/source/doc.go

9 lines
354 B
Go
Raw Normal View History

// Package source holds all the assets for Statup. This includes
// CSS, JS, SCSS, HTML and other website related content.
// This package uses Rice to compile all assets into a single 'rice-box.go' file.
//
// To compile all the assets run `rice embed-go` in the source directory.
//
2018-09-28 07:22:58 +00:00
// More info on: https://github.com/hunterlong/statup
package source