SyntaxFix
Write A Post
Hire A Developer
Questions
fmt.Sprintf("%v",value);
If you know the specific type of value use the corresponding formatter for example %d for int
%d
int
More info - fmt