Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign updoc: not clear how to test for one number less than another #711
Labels
Projects
Comments
|
For those who find this when googling (like I was), while If you want to do this in the current release, you can do something like this // Cannot call this more times than we have values for
assert.True(t, func() bool {
return readCursor < len(pasteContents)
}()) |
|
You can use
|
|
@kandros This is not present in the current release, only in master. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


I assume I want to use
Comparisonsomehow, but the documentation is quite unclear. What I want is (equivalent to):