goBtreeGeneric

command module
v0.0.0-...-31990d1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 1, 2024 License: Unlicense Imports: 4 Imported by: 0

README

goBtreeGeneric

goBtreeGeneric

Simple example of using the Google Btree library with generics https://github.com/google/btree/ https://pkg.go.dev/github.com/google/btree

This example allows sorting of items by time.Time

type Descriptions struct {
	Description string
	Time        time.Time
}

Another example of a double nested sync map

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL