diff options
| author | Sam Dodrill <xena@yolo-swag.com> | 2015-02-15 22:22:33 -0800 |
|---|---|---|
| committer | Sam Dodrill <xena@yolo-swag.com> | 2015-02-15 22:22:33 -0800 |
| commit | 09a801aaf725030e5efc0cd5b676f477da581a71 (patch) | |
| tree | 0e46c4f70cef2e22717ec7917677576f1ee60bc3 | |
| parent | 710e73b7e9a9870da5725df68e7943ca6b033d2d (diff) | |
| download | x-09a801aaf725030e5efc0cd5b676f477da581a71.tar.xz x-09a801aaf725030e5efc0cd5b676f477da581a71.zip | |
Add golang package name hints
| -rw-r--r-- | dokku/main.go | 2 | ||||
| -rw-r--r-- | license/main.go | 2 |
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" |
