From 65ab01b93da6291f91b32f23d3d010645a869466 Mon Sep 17 00:00:00 2001 From: Karan Misra Date: Sun, 29 Mar 2015 10:37:11 +0530 Subject: [PATCH 1/2] Add embd, package for hardware http://embd.io http://kidoman.io/framework/embd.html --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b96ba14b..5e3cdb60 100644 --- a/README.md +++ b/README.md @@ -233,7 +233,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno * [smtp](https://github.com/mailhog/smtp) - SMTP server protocol state machine ## Embeddable Scripting Languages - +h *Embedding other languages inside your go code* * [agora](https://github.com/PuerkitoBio/agora) - Dynamically typed, embeddable programming language in Go @@ -298,6 +298,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno *Libraries for interacting with hardware.* +* [embd](https://github.com/kidoman/embd) - Embedded Programming Framework supporting Raspberry Pi, Beaglebone Black, etc. * [gobot](https://github.com/hybridgroup/gobot) - Framework for robotics, physical computing, and the Internet of Things ## Images From 12d2c525b4bc9ebd2a15c132948b688d94e6b419 Mon Sep 17 00:00:00 2001 From: Karan Misra Date: Sun, 29 Mar 2015 10:40:23 +0530 Subject: [PATCH 2/2] remove typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e3cdb60..9c6e8d01 100644 --- a/README.md +++ b/README.md @@ -233,7 +233,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno * [smtp](https://github.com/mailhog/smtp) - SMTP server protocol state machine ## Embeddable Scripting Languages -h + *Embedding other languages inside your go code* * [agora](https://github.com/PuerkitoBio/agora) - Dynamically typed, embeddable programming language in Go