SyntaxFix
Write A Post
Hire A Developer
Questions
i := 23 i64 := int64(i) fmt.Printf("%T %T", i, i64) // to print the data types of i and i64