Clean installed Go dependencies

If these are not cleaned it can cause problems when switching between different Go versions. Especially when downgrading Go.
Этот коммит содержится в:
Antti Ahti
2015-09-14 15:30:51 +03:00
родитель a9a7efbe98
Коммит 406ea2370a

Просмотреть файл

@@ -156,6 +156,8 @@ clean:
rm -rf api/data/*
rm -rf logs/*
rm -rf Godeps/_workspace/pkg/
run: install
mkdir -p web/static/js