Re-namespacing stuff, but not quite going the whole way with "correct" go layout

since I don't really want the overhead of separate repos for silly crap
like this.
This commit is contained in:
Dan Buch
2012-11-30 19:31:24 -05:00
parent b8d83c830c
commit 42b7abccc0
17 changed files with 18 additions and 19 deletions

View File

@@ -6,7 +6,7 @@ import (
)
import (
"meatballhat.com/amqpfun"
"gotime.example.org/amqpfun"
)
const USAGE = "Usage: amqpfun-runner (publish|consume)"