style(httpbackoff -> pkg): Adjusts package name to follow convention

This commit is contained in:
Camilo Aguilar
2014-05-22 14:37:19 -04:00
parent 2cedebb4eb
commit 8ca3c2ed1f
9 changed files with 24 additions and 22 deletions

2
test
View File

@@ -13,7 +13,7 @@ COVER=${COVER:-"-cover"}
source ./build
declare -a TESTPKGS=(initialize system datasource httpbackoff)
declare -a TESTPKGS=(initialize system datasource pkg)
if [ -z "$PKG" ]; then
GOFMTPATH="$TESTPKGS coreos-cloudinit.go"