From 289d60824f74e8fdf8d18c8adcbd2a7483a65c98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20Wo=C5=BAniak?= Date: Tue, 30 Aug 2016 06:29:32 +0200 Subject: [PATCH] Add battery package, provides cross-platform, normalized battery information. (#1070) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cb07c265..a7c96862 100644 --- a/README.md +++ b/README.md @@ -589,6 +589,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [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. * [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. * [browscap_go](https://github.com/digitalcrab/browscap_go) - GoLang Library for [Browser Capabilities Project](http://browscap.org/). * [datacounter](https://github.com/miolini/datacounter) - Go counters for readers/writer/http.ResponseWriter. * [go-chat-bot](https://github.com/go-chat-bot/bot) - IRC, Slack & Telegram bot written in Go.