Commit 215dba3d authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Go get all package dependencies

parent ca93f645
all: all:
@mkdir -p bin/ @mkdir -p bin/
go get -d go get -d ./...
go build -a -o bin/packer go build -a -o bin/packer
test: test:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment