Commit Graph

4 Commits

Author SHA1 Message Date
bc86ba7a6d feat(do): add new Do function to simplify golden usage (#11)
Add new Do function whihc ecapsulates the common pattern of writing to
golden file if the update mechnism evaluates to true, followed by
immediately reading the file. Compresses four lines into one.
2025-03-24 13:17:17 +00:00
8f4d3d4170 chore(deps/dev): upgrade development dependencies, including golangci-lint (#12) 2025-03-24 12:52:20 +00:00
3185b09d09 refactor(golden): major refactor and improvements
This includes sanitizing golden file names to avoid characters and names
which are invalid on some operating systems. So this should now work on
Linux, macOS, and Window.
2021-09-17 02:21:32 +01:00
1d50225ce6 feat(golden): initial commit 2021-09-16 02:46:51 +01:00