diff --git a/README.md b/README.md index 636359f..03df159 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,6 @@ goregistry Golang Global Registry -Thread-safe, generic container with type conversion. Complete documentation available on [GoDoc](https://godoc.org/github.com/josephspurrier/goregistry). \ No newline at end of file +Thread-safe, generic container with type conversion. Complete documentation available on [GoDoc](https://godoc.org/github.com/josephspurrier/goregistry). + +Note: I would not use this package - I created it more as a learning tool for the Go language to demonstrate thread-safe operations. There are a few unconventional practices used in the GetBool() and GetInt() functions that make this package impractical. Specifically, converting between 2-3 different types for float64 types.