statping/handlers/doc.go

6 lines
208 B
Go
Raw Normal View History

// Package handlers contains the HTTP server along with the requests and routes. All HTTP related
// functions are in this package.
//
2018-12-04 04:17:29 +00:00
// More info on: https://github.com/hunterlong/statping
package handlers