An example of Syntactic sugar in variable definition in go language. In syntactic sugar, the language compiler infers the type In computer science, syntactic sugar is syntax within a programming language that is designed to make things easier to read or to express. It makes the language "sweeter" for human use: things can be expressed more clearly, more concisely, or in an alternative style that s

