From d28f245ea9114ef78c26aaaedb0c3dc55f8b081b Mon Sep 17 00:00:00 2001 From: Vladislav Spirenkov Date: Fri, 6 Feb 2015 17:15:11 +0300 Subject: [PATCH 1/2] easyssh added --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5d4d6bf8..054b8212 100644 --- a/README.md +++ b/README.md @@ -678,6 +678,7 @@ Software written in Go. * [Packer](https://github.com/mitchellh/packer) - Packer is a tool for creating identical machine images for multiple platforms from a single source configuration. * [Rodent](https://github.com/alouche/rodent) - Rodent helps you manage Go versions, projects and track dependencies. * [Wide](https://wide.b3log.org) - A Web-based IDE for Teams using Golang. +* [EasySSH](https://github.com/hypersleep/easyssh) - Golang package for easy remote execution through SSH and SCP downloading. ### Other Software From 62cc3d3ce5c4c13873abb7c86992a98582a51776 Mon Sep 17 00:00:00 2001 From: Vladislav Spirenkov Date: Fri, 6 Feb 2015 17:21:02 +0300 Subject: [PATCH 2/2] alphabetical order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 054b8212..ddeb10bf 100644 --- a/README.md +++ b/README.md @@ -662,6 +662,7 @@ Software written in Go. * [aptly](https://github.com/smira/aptly) - aptly is a Debian repository management tool * [Boom](https://github.com/rakyll/boom) - Boom is a tiny program that sends some load to a web application. * [dogo](https://github.com/liudng/dogo) - Monitoring changes in the source file and automatically compile and run (restart). +* [EasySSH](https://github.com/hypersleep/easyssh) - Golang package for easy remote execution through SSH and SCP downloading. * [gaudi](http://gaudi.io/) - Gaudi automates the setup of isolated and decoupled dev environments. * [gobrew](https://github.com/cryptojuice/gobrew) - gobrew lets you easily switch between multiple versions of go. * [GoBuild](http://gobuild.io/) - Online compile Go projects to Windows, Linux and MacOSX. @@ -678,7 +679,6 @@ Software written in Go. * [Packer](https://github.com/mitchellh/packer) - Packer is a tool for creating identical machine images for multiple platforms from a single source configuration. * [Rodent](https://github.com/alouche/rodent) - Rodent helps you manage Go versions, projects and track dependencies. * [Wide](https://wide.b3log.org) - A Web-based IDE for Teams using Golang. -* [EasySSH](https://github.com/hypersleep/easyssh) - Golang package for easy remote execution through SSH and SCP downloading. ### Other Software