Get in touch
☀
☾
4 posts tagged with "go"
21.12.2023 - By Dmytro Veretelnyk
Mock Testing with Stoplight Prism
How to mock third-party services for integration testing of your own business logic. It's simple yet powerful.
4.4.2022 - By Josh Wales
Go Generics for Field Level Database Encryption
Using Go Generics, struct tags and reflection to implement a generic solution to a data encryption problem
19.10.2021 - By Ben Boyter
You Don't Need a Library for File Walking in Go
Go file walk implementations have radically different performance characteristics. In 2021 the native implementation has improved so much, you don't need anything else.
6.11.2019 - By Dev Null
How to selectively export identifiers in a package for testing
An example of how to use the export_test.go idiom to unit test a package wrapping AWS Athena.