diff options
| author | Christine Dodrill <me@christine.website> | 2018-12-09 08:52:03 -0800 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2018-12-09 08:52:30 -0800 |
| commit | 223095c3f5da5ae63cddcecdfc16f0371afa9939 (patch) | |
| tree | 985330b212a8c1b7450d773f3f9a5a1d7f5064d8 /tools/ghstat | |
| parent | d66cd9cd7505c19b76379fe18ca7dbae1ff2a4a8 (diff) | |
| download | x-223095c3f5da5ae63cddcecdfc16f0371afa9939.tar.xz x-223095c3f5da5ae63cddcecdfc16f0371afa9939.zip | |
start on manpages
Diffstat (limited to 'tools/ghstat')
| -rw-r--r-- | tools/ghstat/main.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/ghstat/main.go b/tools/ghstat/main.go index 91f260d..2185d93 100644 --- a/tools/ghstat/main.go +++ b/tools/ghstat/main.go @@ -8,6 +8,7 @@ import ( "net/http" "os" + "github.com/Xe/x/internal" "github.com/Xe/x/web/ghstat" ) @@ -20,6 +21,7 @@ var ( func main() { flag.Parse() + internal.HandleLicense() if *messageFlag { req := ghstat.LastMessage() |
