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.