Answers for "how cast bool to string in go lanf"

Go
0

bool to string golang

use the strconv package

docs

strconv.FormatBool(v)
Posted by: Guest on October-08-2020

Browse Popular Code Answers by Language