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:
parent
d4fb68ee0f
commit
6344b09af3
2 changed files with 187 additions and 47 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue