wkschwartz / pigosat

Go (golang) bindings for Picosat, the satisfiability solver
Other
15 stars 4 forks source link

Replace use of equal with reflect.DeepEqual in tests #26

Closed wkschwartz closed 7 years ago

wkschwartz commented 7 years ago

I wrote equal before I knew about reflect.DeepEqual. No point in using my own code when the standard library has the same thing.