Consul debug

This commit is contained in:
Piotr Biernat 2023-06-28 23:52:34 +02:00
parent 3d8c706835
commit 90e832af61

View File

@ -129,7 +129,7 @@ func (s *Service) healthCheck() (bool, error) {
}
defer resp.Body.Close()
fmt.Printf("ResponseCODE: %s\n", resp.StatusCode)
fmt.Printf("ResponseCODE: %v\n", resp.StatusCode)
return resp.StatusCode == http.StatusOK
}()