Rp6thoe: [go-nuts] How to implement this in golang?

2021-06-29 Thread Matthew Winfield
I'm getting ready to submerge myself into coding python java c++ all of it I could use some pointers as to methods and tips On Tue, Jun 29, 2021, 6:27 AM LetGo wrote: > I have a proxy written in python with some logic that I would like to > implement in a golang tool of mine, but I don't really

[go-nuts] How to implement this in golang?

2021-06-29 Thread LetGo
I have a proxy written in python with some logic that I would like to implement in a golang tool of mine, but I don't really know how to do it. It splits the data sent via socket (stdout) in small chunks, with a delay between each other I have a variable which gets a random number from a list: .

[go-nuts] How to implement this In golang

2016-09-19 Thread kumargv
cursor = conn.cursor(MySQLdb.cursors.DictCursor) cursor.execute('SHOW SLAVE STATUS') result = cursor.fetchone() cursor.close() I am unable to Impement this in golang Please suggest -- You received this message because you are subscribed to the Google Groups "golang-nuts