go-mls icon indicating copy to clipboard operation
go-mls copied to clipboard

Consistent error handling

Open bifurcation opened this issue 5 years ago • 0 comments

There are a bunch of panic statements scattered around right now. These should probably mostly be replaced with error return values, so that we only panic when it is really appropriate for the program to crash.

bifurcation avatar Dec 31 '19 22:12 bifurcation