From 92984d693a1e6f7483fcc81947d2ac4cc6e68ba6 Mon Sep 17 00:00:00 2001 From: andygeiss <4ndygeiss@gmail.com> Date: Tue, 3 Apr 2018 08:56:05 +0200 Subject: [PATCH] package section removed --- Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Makefile b/Makefile index 7a39c80..dd653aa 100644 --- a/Makefile +++ b/Makefile @@ -2,13 +2,6 @@ TS=$(shell date -u '+%Y/%m/%d %H:%M:%S') all: test -packages: - @echo $(TS) Installing Go packages ... - @go get -u github.com/andygeiss/assert - @go get -u github.com/andygeiss/esp32-controller - @go get -u github.com/andygeiss/log - @echo $(TS) Done. - test: @echo $(TS) Testing ... @go test -v ./...