Moving into a valid package name
This commit is contained in:
parent
13057264f1
commit
d24efe640b
@ -4,7 +4,7 @@ PACKAGES := $(foreach pkg,\
|
|||||||
$(shell ls src/meatballhat.com/gotour-artifacts),\
|
$(shell ls src/meatballhat.com/gotour-artifacts),\
|
||||||
$(patsubst %,meatballhat.com/gotour-artifacts/%,$(pkg))\
|
$(patsubst %,meatballhat.com/gotour-artifacts/%,$(pkg))\
|
||||||
)
|
)
|
||||||
PACKAGES += meatballhat.com/amqp-fun
|
PACKAGES += meatballhat.com/amqpfun
|
||||||
|
|
||||||
test: build
|
test: build
|
||||||
go test $(PACKAGES)
|
go test $(PACKAGES)
|
||||||
|
Loading…
Reference in New Issue
Block a user