Commit graph

7 commits

Author SHA1 Message Date
Augusto Dwenger 8b6232d1ee Add test for the Error func of the BaseError 2020-05-30 15:55:40 +02:00
Augusto Dwenger 8f0ed42302 Rename types.go to baseError.go 2020-05-30 15:54:16 +02:00
Augusto Dwenger dcb46a2a08 Add double point in the Error fun from BaseError 2020-05-30 15:45:41 +02:00
Augusto Dwenger dc1d000ed0 Implement the error interface
There was an error due to a pointer to the BaseError that
blocked the implementation of the Error interface.
2020-05-30 12:34:38 +02:00
Augusto Dwenger e22273150f Add comments to the public methods/functions 2020-05-03 20:45:46 +02:00
Augusto Dwenger 52e6ff3d02 Add flag parsing 2020-05-03 16:24:05 +02:00
Augusto Dwenger 2fe0685ecf Add error type and arg type 2020-05-01 16:15:50 +02:00