aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristine Dodrill <xena@yolo-swag.com>2015-03-27 08:23:16 -0700
committerChristine Dodrill <xena@yolo-swag.com>2015-03-27 08:23:16 -0700
commit05fab5fde6e4e183e356914053c35dea2336989d (patch)
tree2932abc64615b375c4ca9e086e376f137030a8b2
parentef53e2422806f0a83d4167fb6aa40f575c07873d (diff)
downloadx-05fab5fde6e4e183e356914053c35dea2336989d.tar.xz
x-05fab5fde6e4e183e356914053c35dea2336989d.zip
document ghstat
-rw-r--r--README.md13
-rw-r--r--ghstat/README.md9
-rw-r--r--ghstat/doc.go10
3 files changed, 32 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6b3b856..31cd28e 100644
--- a/README.md
+++ b/README.md
@@ -97,3 +97,16 @@ freely, subject to the following restrictions:
3. This notice may not be removed or altered from any source distribution.
```
+
+---
+
+`ghstat`
+--------
+--
+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.
diff --git a/ghstat/README.md b/ghstat/README.md
new file mode 100644
index 0000000..0ff7b52
--- /dev/null
+++ b/ghstat/README.md
@@ -0,0 +1,9 @@
+# ghstat
+--
+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.
diff --git a/ghstat/doc.go b/ghstat/doc.go
new file mode 100644
index 0000000..634c3bc
--- /dev/null
+++ b/ghstat/doc.go
@@ -0,0 +1,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