3 posts tagged with "go"

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.