From d24efe640b09b09126cab51881f8ff8e3381f558 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Sat, 10 Nov 2012 18:38:06 -0500 Subject: [PATCH] Moving into a valid package name --- gotime/Makefile | 2 +- gotime/src/meatballhat.com/{amqp-fun => amqpfun}/main.go | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename gotime/src/meatballhat.com/{amqp-fun => amqpfun}/main.go (100%) diff --git a/gotime/Makefile b/gotime/Makefile index 901be7d..71a245a 100644 --- a/gotime/Makefile +++ b/gotime/Makefile @@ -4,7 +4,7 @@ PACKAGES := $(foreach pkg,\ $(shell ls src/meatballhat.com/gotour-artifacts),\ $(patsubst %,meatballhat.com/gotour-artifacts/%,$(pkg))\ ) -PACKAGES += meatballhat.com/amqp-fun +PACKAGES += meatballhat.com/amqpfun test: build go test $(PACKAGES) diff --git a/gotime/src/meatballhat.com/amqp-fun/main.go b/gotime/src/meatballhat.com/amqpfun/main.go similarity index 100% rename from gotime/src/meatballhat.com/amqp-fun/main.go rename to gotime/src/meatballhat.com/amqpfun/main.go