bjoerndemeyer

Results 4 issues of bjoerndemeyer

For non exported function like foo.bar, $func.TestName generates Testfoo_bar which go vet gives a warning about. Please change this to generate a name that is acceptable,. For example, an underscore...

I would like to be able to make Result types myself from non-json sources for use with Result.Less, etc, without having to use Parse(). Since Result's members are exported it's...

I have a need for an Equal comparison for Results. Now I am simulating it with ! r1.Less(r2) && !r2.Less(r1) but that does not seem very performant. The == operator...

Could you please add a LICENSE file to the repository so it is more clear how your code is licensed? Thanks!