A trie/radix tree/prefix tree implementation in Go.
This project was written mainly for me to teach myself Go, so it's not really meant to be production-ready.
This is based on an implementation in Swift by Steven Scally. The code is largely just translated from Swift into Go, although I've changed some of the semantics.
License: MIT (Expat)