aboutsummaryrefslogtreecommitdiff
path: root/tools/ghstat/doc.go
blob: 634c3bc94ba7045e95b35ecc03a676b300cb820a (plain)
1
2
3
4
5
6
7
8
9
10
/*
Command ghstat shows the status of GitHub via their status API.

	Usage of ./ghstat:
	  -message=false: show last message?

This follows https://status.github.com/api for all but the list of all
recent status messages.
*/
package main