RobotsAndPencils / go-saml

A just good enough SAML client library written in Go.
MIT License
132 stars 82 forks source link

remove using panic #34

Open bjm88 opened 5 years ago

bjm88 commented 5 years ago

Seems this code will panic and crash program if it has errors, like loading the IDP metad file during sp settings init. Should just use errors Ideally as this is lib included in part of larger program, dont ever want a panic.