Clean installed Go dependencies
If these are not cleaned it can cause problems when switching between different Go versions. Especially when downgrading Go.
Этот коммит содержится в:
2
Makefile
2
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
|
||||
|
||||
Ссылка в новой задаче
Block a user