Reading the Blog post further exposes a bit of Go like this:
serr, ok := err.(*model.ModelMissingError)
This is the comma ok idiom, clearly I need to re do my go lang tour
Reading the Blog post further exposes a bit of Go like this:
serr, ok := err.(*model.ModelMissingError)
This is the comma ok idiom, clearly I need to re do my go lang tour