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