Cristian Pavan
Results
1
comments of
Cristian Pavan
@davecheney My example it too much simplified. The `Pop()` may returns an `errors` and the `switch` could be done on after call `Error()` function. ``` go var ( ErrNetwork =...