4 posts tagged with "go"

Mock Testing with Stoplight Prism

How to mock third-party services for integration testing of your own business logic. It's simple yet powerful.

Go Generics for Field Level Database Encryption

Using Go Generics, struct tags and reflection to implement a generic solution to a data encryption problem

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.

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.