Commit Graph

5 Commits

Author SHA1 Message Date
Kyle Isom 74ce7bc58a Cleaning up the codebase. 2023-05-04 23:22:35 -07:00
Kyle Isom cb16cfa183 golint cleanups. 2017-11-16 08:32:05 -08:00
Kyle Isom 8ec54bb0b3 Assert now supports core dumps. 2016-04-28 14:14:48 -07:00
Kyle Isom 80bea5c005 Tidy assert package.
+ Rename some functions to make sense:
  + Error now asserts that an error *did* occur.
  + NoError was added to assert that an error did *not* occur.
  + Error2 has been renamed ErrorEq.
+ More documentation added to clarify things.
+ Certain functions take optional strings to describe what went wrong.
2016-04-28 12:23:50 -07:00
Kyle Isom c90d9ccc39 Add assertion package. 2016-04-28 11:33:21 -07:00