From c72615786da209044753f403d0a7e367bd26362a Mon Sep 17 00:00:00 2001 From: Gleb Sinyavsky Date: Tue, 22 Dec 2015 14:24:53 +0300 Subject: [PATCH 1/3] Margelet and go_mediainfo added --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7301b687..a1cbde32 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,8 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Libraries for manipulating audio.* -* [flac](https://github.com/eaburns/flac) - A native Go FLAC decoder. +* [flac](https://github.com/eaburns/flac) - A native Go FLAC decoder.\ +* [go_mediainfo](https://github.com/zhulik/go_mediainfo) - libmediainfo bindings for go. * [go-sox](https://github.com/krig/go-sox) - libsox bindings for go. * [PortAudio](https://github.com/gordonklaus/portaudio) - Go bindings for the PortAudio audio I/O library. * [portmidi](https://github.com/rakyll/portmidi) - Go bindings for PortMidi. @@ -530,6 +531,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [gopsutil](https://github.com/shirou/gopsutil) - A cross-platform library for retrieving process and system utilization(CPU, Memory, Disks, etc). * [gosms](https://github.com/haxpax/gosms) - Your own local SMS gateway in Go that can be used to send SMS * [jobs](https://github.com/albrow/jobs) - A persistent and flexible background jobs library. +* [margelet](https://github.com/zhulik/margelet) - A framework for building Telegram bots. * [notify](https://github.com/rjeczalik/notify) - File system event notification library with simple API, similar to os/signal. * [stats](https://github.com/go-playground/stats) - Monitors Go MemStats + System stats such as Memory, Swap and CPU and sends via UDP anywhere you want for logging etc... * [xkg](https://github.com/go-xkg/xkg) - X Keyboard Grabber From 10fccf062eaf75a6b7e2f9ae874ae1819877c363 Mon Sep 17 00:00:00 2001 From: Gleb Sinyavsky Date: Tue, 22 Dec 2015 14:25:57 +0300 Subject: [PATCH 2/3] Typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1cbde32..bd6f3294 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Libraries for manipulating audio.* -* [flac](https://github.com/eaburns/flac) - A native Go FLAC decoder.\ +* [flac](https://github.com/eaburns/flac) - A native Go FLAC decoder. * [go_mediainfo](https://github.com/zhulik/go_mediainfo) - libmediainfo bindings for go. * [go-sox](https://github.com/krig/go-sox) - libsox bindings for go. * [PortAudio](https://github.com/gordonklaus/portaudio) - Go bindings for the PortAudio audio I/O library. From 5eb557e1c99f27e8f7704986edda242e9e5ca0e6 Mon Sep 17 00:00:00 2001 From: Gleb Sinyavsky Date: Tue, 22 Dec 2015 14:46:10 +0300 Subject: [PATCH 3/3] Sorting fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd6f3294..f94a3fe9 100644 --- a/README.md +++ b/README.md @@ -90,8 +90,8 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Libraries for manipulating audio.* * [flac](https://github.com/eaburns/flac) - A native Go FLAC decoder. -* [go_mediainfo](https://github.com/zhulik/go_mediainfo) - libmediainfo bindings for go. * [go-sox](https://github.com/krig/go-sox) - libsox bindings for go. +* [go_mediainfo](https://github.com/zhulik/go_mediainfo) - libmediainfo bindings for go. * [PortAudio](https://github.com/gordonklaus/portaudio) - Go bindings for the PortAudio audio I/O library. * [portmidi](https://github.com/rakyll/portmidi) - Go bindings for PortMidi. * [taglib](https://github.com/wtolson/go-taglib) - Go bindings for taglib.