Skiplist implmentation in Go How to install go get github.com/co89757/skiplist Example list := New() list.Add("a", 1) v, exists := list.Get("a")