From 406ea2370a2b02a372bfa47f523c504757bf2412 Mon Sep 17 00:00:00 2001 From: Antti Ahti Date: Mon, 14 Sep 2015 15:30:51 +0300 Subject: [PATCH] Clean installed Go dependencies If these are not cleaned it can cause problems when switching between different Go versions. Especially when downgrading Go. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 305926e5bc..d26acddac9 100644 --- a/Makefile +++ b/Makefile @@ -156,6 +156,8 @@ clean: rm -rf api/data/* rm -rf logs/* + rm -rf Godeps/_workspace/pkg/ + run: install mkdir -p web/static/js