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 integration information
  • Loading branch information
josephspurrier committed Jan 1, 2015
1 parent c405d58 commit 3f9dcbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,4 +6,4 @@ Golang Global Registry

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.
Note: I would not use this package - I created it more as a learning tool for the Go language to demonstrate thread-safe operations as well as integration with Travis CI, Coveralls, and GoDoc. 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 3f9dcbd

Please sign in to comment.