0
Is Type Conversion Available In Go ?
As In Python['str()'] is Type Conversion Available in go ? As go is a statically typed language and python is dynamic so is it available ???
2 RĂ©ponses
+ 3
A simple Google search gave me this -
https://tour.golang.org/basics/13
+ 3
Thanks