aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"