012functions

command
v0.0.0-...-db3ee8d Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2021 License: MPL-2.0 Imports: 1 Imported by: 0

README

Functions

Functions are central in Go.

Go requires explicit returns, i.e. won't automatically return the value of the last expression.

When there are multiple consecutive parameters of the same type, you may omit the type name for the like-typed parameters, up to the final parameter that declares the type.

Call a function as expected name(args)

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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