about summary refs log tree commit diff stats
path: root/internal
Commit message (Collapse)AuthorAgeLines
* Use go workspace in example app (#211)Markus Wüstenberg2024-09-24-2/+8
|
* Add full example app (#204)Markus Wüstenberg2024-09-19-0/+169
| | | Also, remove the other examples and simplify the readme.
* Use output of strings.Builder in assert.Equal (#106)Markus Wüstenberg2022-09-21-1/+1
|
* Mark the assert test helpers as such (#90)Markus Wüstenberg2021-10-06-0/+29
Using `t.Helper()`. Also move the assert package to be internal.