minio/pkg/net
ebozduman f16bfda2f2 Remove panic() and handle it appropriately (#5807)
This is an effort to remove panic from the source. 
Add a new call called CriticialIf, that calls LogIf and exits. 
Replace panics with one of CriticalIf, FatalIf and a return of error.
2018-04-19 17:24:43 -07:00
..
host.go Remove panic() and handle it appropriately (#5807) 2018-04-19 17:24:43 -07:00
host_test.go Remove panic() and handle it appropriately (#5807) 2018-04-19 17:24:43 -07:00
port.go Remove panic() and handle it appropriately (#5807) 2018-04-19 17:24:43 -07:00
port_test.go Remove panic() and handle it appropriately (#5807) 2018-04-19 17:24:43 -07:00
url.go Remove panic() and handle it appropriately (#5807) 2018-04-19 17:24:43 -07:00
url_test.go make notification as separate package (#5294) 2018-03-15 13:03:41 -07:00