Update go dependencies

This commit is contained in:
Manuel de Brito Fontes 2017-11-06 19:38:16 -03:00
parent 3fd7a14774
commit 7ab2987fd8
66 changed files with 11285 additions and 400 deletions

View file

@ -329,7 +329,7 @@ func (n *NGINXController) Stop() error {
// Wait for the Nginx process disappear
timer := time.NewTicker(time.Second * 1)
for _ = range timer.C {
for range timer.C {
if !process.IsNginxRunning() {
glog.Info("NGINX process has stopped")
timer.Stop()