11 lines
238 B
Go
11 lines
238 B
Go
|
/*
|
||
|
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
|