You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A personal collection of small, self-contained Go samples that exercise language
features, the standard library, third-party libraries, and surrounding
middleware. Each top-level directory is an independent topic that can be
run on its own with minimal setup.
Each directory has its own entry point and can typically be run with
go run or go test from inside it.
cd radix-tree
go test -bench . -benchmem
Samples that depend on external middleware (PostgreSQL, MongoDB, etcd,
Bigtable, etc.) carry their own README and/or docker-compose.yml in the
subdirectory.