aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Dodrill <xena@yolo-swag.com>2015-02-15 22:22:33 -0800
committerSam Dodrill <xena@yolo-swag.com>2015-02-15 22:22:33 -0800
commit09a801aaf725030e5efc0cd5b676f477da581a71 (patch)
tree0e46c4f70cef2e22717ec7917677576f1ee60bc3
parent710e73b7e9a9870da5725df68e7943ca6b033d2d (diff)
downloadx-09a801aaf725030e5efc0cd5b676f477da581a71.tar.xz
x-09a801aaf725030e5efc0cd5b676f477da581a71.zip
Add golang package name hints
-rw-r--r--dokku/main.go2
-rw-r--r--license/main.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/dokku/main.go b/dokku/main.go
index 67bb3bc..659050f 100644
--- a/dokku/main.go
+++ b/dokku/main.go
@@ -1,4 +1,4 @@
-package main
+package main // christine.website/go/tools/dokku
import (
"flag"
diff --git a/license/main.go b/license/main.go
index fd3056b..0db3102 100644
--- a/license/main.go
+++ b/license/main.go
@@ -1,4 +1,4 @@
-package main
+package main // christine.website/go/tools/license
import (
"flag"