I have some ReadWriter stream interface, that utilize custom rpc to
send/recv data from/to endpoint.
I need terminal package to run on client that understand standard
terminal escape symbols and can be used with ReadWriter interface.
On another end of enpoint runned bash.

I'm try ssh/terminal package but when i'm use it and enter date
command i get something like:
[root@143177 ~]# [root@143177 ~]# [root@143177 ~]# [root@143177 ~]#
date[root@143177 ~]# [root@143177 ~]# [root@143177 ~]# bash:
[root@143177: command not found[root@143177 ~]# [root@143177 ~]#
[root@143177 ~]# bash: [root@143177: command not found[root@143177 ~]#
[root@143177 ~]# [root@143177 ~]# bash: [root@143177: command not
found[root@143177 ~]# [root@143177 ~]# [root@143177 ~]# datebash:
[root@143177: command not found[root@143177 ~]# [root@143177 ~]#
[root@143177 ~]# bash: [root@143177: command not found[root@143177 ~]#
[root@143177 ~]# [root@143177 ~]# [root@143177 ~]#

custom ReadWriter when Read returns recieved data immediately if it
present, writer blocks while write data and returns when all data in
buffer writed.
-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to