Skip to content
This repository has been archived by the owner on Aug 13, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added disclaimer
  • Loading branch information
josephspurrier committed Jan 1, 2015
1 parent 6c7a9b4 commit c405d58
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
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.

0 comments on commit c405d58

Please sign in to comment.