This is an implementation of a linear hash table in Go. There's no real reason to publish this: several other implementations already exist, but I had to write this anyway for various reasons and chances are I've made one or two different decisions than the other ones.