How do I connect and send "Hello world" to my golang (GO) TCP server from Thingy91 / nrf9160 by using LTE?

Hi,

I am new to the thingy91 and quite unexperienced with nordic microcontrollers in general. I am trying to figure out how to connect the thingy91/nrf9160 with LTE to my TCP server made in GO (golang) to send data with json. Are there existing libraries or samples for doing that? If it is, what modifications does it require me to do to be able to input my TCP server's IP address and send a simple string like "Hello world"? 

Related