add avgRating (#1520)

Signed-off-by: Kirill Danshin <k@guava.by>
This commit is contained in:
Kirill Danshin 2017-08-06 17:56:36 +03:00 committed by Avelino
parent 3126989c55
commit 80a2bea678

View File

@ -708,6 +708,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [alice](https://github.com/magic003/alice) - An additive dependency injection container for Golang. * [alice](https://github.com/magic003/alice) - An additive dependency injection container for Golang.
* [archiver](https://github.com/mholt/archiver) - Library and command for making and extracting .zip and .tar.gz archives * [archiver](https://github.com/mholt/archiver) - Library and command for making and extracting .zip and .tar.gz archives
* [autoflags](https://github.com/artyom/autoflags) - Go package to automatically define command line flags from struct fields. * [autoflags](https://github.com/artyom/autoflags) - Go package to automatically define command line flags from struct fields.
* [avgRating](https://github.com/kirillDanshin/avgRating) - Calculate average score and rating based on Wilson Score Equation.
* [banner](https://github.com/dimiro1/banner) - Add beautiful banners into your Go applications. * [banner](https://github.com/dimiro1/banner) - Add beautiful banners into your Go applications.
* [battery](https://github.com/distatus/battery) - A cross-platform, normalized battery information library. * [battery](https://github.com/distatus/battery) - A cross-platform, normalized battery information library.
* [bitio](https://github.com/icza/bitio) - Highly optimized bit-level Reader and Writer for Go. * [bitio](https://github.com/icza/bitio) - Highly optimized bit-level Reader and Writer for Go.