13f6a6812a
result.Wrap - propagate a failed Expect into a new type U
...
- public API streamline
- Failf[T]("msg") - originate a failure from a message; embed a cause with %w
- Err[T](err) - sets .err verbatim (the return zero, err / sentinel case)
2026-06-14 11:43:23 +00:00
9574c0faad
pkg/check
...
- optimized test-code for readability and small API surface
- native support for pkg.result
2026-06-11 18:41:07 +00:00
5055d69685
pkg/logger and pkg/testutil
2026-05-14 21:45:17 +00:00
81f5a49cea
result: Errw with caller info
...
- wrap existing errors with context + file:line, newline-separated for readable error chains
- dual mode philosophy: panics + if err != nil
- unify Expect for goexit and panic cases
2026-05-06 23:36:14 +00:00
7748ebfd89
delete Greeter interface
...
make it canonic Go
2026-05-05 00:28:51 +00:00
390ffa19a4
result.Errf
2026-05-05 00:12:54 +00:00
8e7100a427
init: go/template v0.1.1
2026-04-07 20:32:27 +00:00