-
|
I assume I want to use |
Beta Was this translation helpful? Give feedback.
Replies: 4 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)
}()) |
Beta Was this translation helpful? Give feedback.
-
|
You can use |
Beta Was this translation helpful? Give feedback.
-
|
@kandros This is not present in the current release, only in master. |
Beta Was this translation helpful? Give feedback.
-
|
Shouldn'nt this be marked as closed? It's already documented here |
Beta Was this translation helpful? Give feedback.
You can use
assert.Lessdoc here