From 3852e93c1f1ec79d2aa51c923a99f7b1d89881bf Mon Sep 17 00:00:00 2001 From: Sergey Mudrik Date: Fri, 3 Apr 2015 21:35:19 +0300 Subject: [PATCH 1/2] Added shell2http --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a8c09a0..b56ff74 100644 --- a/README.md +++ b/README.md @@ -612,6 +612,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno * [profile](https://github.com/davecheney/profile) - Simple profiling support package for Go * [request](https://github.com/mozillazg/request) - Go HTTP Requests for Humans™. * [scheduler](https://github.com/carlescere/scheduler) - Cronjobs scheduling made easy. +* [shell2http](https://github.com/msoap/shell2http) - Executing shell commands via http server (for prototyping or remote control) * [spinner](https://github.com/briandowns/spinner) - Go package to easily provide a terminal spinner with options. * [sqlx](https://github.com/jmoiron/sqlx) - provides a set of extensions on top of the excellent built-in database/sql package * [xlsx](https://github.com/tealeg/xlsx) - Library to simplify reading the XML format used by recent version of Microsoft Excel in Go programs. From 26a3542cb37db2757996db035236a391aeb5ba5e Mon Sep 17 00:00:00 2001 From: Sergey Mudrik Date: Fri, 3 Apr 2015 23:06:38 +0300 Subject: [PATCH 2/2] Moved shell2http into another category --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b56ff74..ec9b40a 100644 --- a/README.md +++ b/README.md @@ -612,7 +612,6 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno * [profile](https://github.com/davecheney/profile) - Simple profiling support package for Go * [request](https://github.com/mozillazg/request) - Go HTTP Requests for Humans™. * [scheduler](https://github.com/carlescere/scheduler) - Cronjobs scheduling made easy. -* [shell2http](https://github.com/msoap/shell2http) - Executing shell commands via http server (for prototyping or remote control) * [spinner](https://github.com/briandowns/spinner) - Go package to easily provide a terminal spinner with options. * [sqlx](https://github.com/jmoiron/sqlx) - provides a set of extensions on top of the excellent built-in database/sql package * [xlsx](https://github.com/tealeg/xlsx) - Library to simplify reading the XML format used by recent version of Microsoft Excel in Go programs. @@ -772,6 +771,7 @@ Software written in Go. * [peg](https://github.com/pointlander/peg) - Peg, Parsing Expression Grammar, is an implementation of a Packrat parser generator. * [Postman](https://github.com/zachlatta/postman) - Command-line utility for batch-sending email. * [Seaweed File System](https://github.com/chrislusf/weed-fs) - Fast, Simple and Scalable Distributed File System with O(1) disk seek. +* [shell2http](https://github.com/msoap/shell2http) - Executing shell commands via http server (for prototyping or remote control) * [syncthing](http://www.syncthing.net/) - An open, decentralized file synchronization tool and protocol. * [Tenyks](https://github.com/kyleterry/tenyks) - Service oriented IRC bot using Redis and JSON for messaging. * [tsuru](http://www.tsuru.io/) - An extensible and open source Platform as a Service software.