Function to concatenate two strings

Hi Team,
I need to concat two strings
str1:="Test"
str2:=“Data”

Output should be TestData.

How to create method for this?

Thanks
Raja

Have you tried anything? Start here: https://play.golang.com/p/CsqcuIVLEKb

2 Likes

Thanks.It is Working

Please show us your solution.

Yes.https://play.golang.com/p/OEcyipYez2O

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.