style(util->httpbackoff): Changes package as per @philips suggestion

This commit is contained in:
Camilo Aguilar
2014-05-21 21:12:16 -04:00
parent 3e00a37ef5
commit 2cedebb4eb
6 changed files with 9 additions and 9 deletions

2
test
View File

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