I have recently added a ROT13 logic to a tool of mine.This tool connects to a server, from which I run commands on the client.Here is the code PRE-ROT13:Everything works like a charm.Here is the code POST-ROR13. The difference between them is underlinedBoth functions handle the output of the commands.The ROT13 works fine, but I get the same output multiple time, which before did not happen. Infact, if I revert the changes, everything works perfectly.Example:
$ whoami$ xnyv$ whoami$ xnyvxnyv$ whoami$ xnyvxnyvxnyv$ whoami$ xnyvxnyvxnyvxnyv
--
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/865969bf-d6e4-49ca-9ed5-809efae2f25cn%40googlegroups.com.