From 05428257b3625eb977711f0141acf2d91ac42a26 Mon Sep 17 00:00:00 2001 From: Phillip Moore Date: Mon, 21 Jul 2014 07:45:30 -0500 Subject: [PATCH] Adding build & lib I came across some errors with the new WHOIS update. If I add the goWHOIS to the libs, then it compiles correctly. Also I just added build for building the binary too. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 4180eb3..8ae0bd6 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,10 @@ default: run run: go run *.go +build: + go build *.go + libs: go get github.com/gorilla/mux go get github.com/Sean-Der/fail2go + go get github.com/Sean-Der/goWHOIS