mansi

command
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 14, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

//:= the short assignment statement. The short assignment statement can be used in place of a var declaration with an implicit type. the var keyword is mostly used for declaring global variables in Go programs, as well as for declaring variables without an initial value. This means that the short assignment statement cannot be used outside of a function because it is not available there. The := operator works as follows: m := 123 is same as var m = 123

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL