beam/examples/beamsh: remote communication over beam (experimental).

Docker-DCO-1.1-Signed-off-by: Solomon Hykes <solomon@docker.com> (github: shykes)
This commit is contained in:
Solomon Hykes 2014-03-27 14:54:53 -07:00
parent d4fb68ee0f
commit 6344b09af3
2 changed files with 187 additions and 47 deletions

View file

@ -24,6 +24,7 @@ func encodeString(s string) string {
}
var EncodeString = encodeString
var DecodeString = decodeString
func encodeList(l []string) string {
values := make([]string, 0, len(l))