Presumably most naïve way for string interpolation in Golang I currently do know
My previous Golang perk series – might be outdated!
I am learning Go again – this time with special attention to its standard library :
TL;DR : Join([]string{"I", ("<" + Itoa(3)), "Golang"}, " ")
https://replit.com/@projektorius96/std-lib-misc#str-i...
vanillacamp.hashnode.dev1 min read