Revamp for golang/go#77273 #32
Unanswered
earthboundkid
asked this question in
Ideas
Replies: 3 comments 2 replies
import "github.com/earthboundkid/should"
be := should.Strict(t)
be.Equal(x, y)
x := be.Ok(somethingThatErrors())etc. |
1 reply
|
Name ideas:
|
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Now that there can be generic methods, everything can/should be rewritten.
All reactions