chapter1

package
v0.0.0-...-f6ac42e Latest Latest
Warning

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

Go to latest
Published: Sep 25, 2018 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Arrays

func Arrays()

Examples of arrays in golang

func Maps

func Maps()

Example of maps the dictionaries of golang. Maps are not thread safe we will discuss this at a later chapter.

func Range

func Range()

ranges can be used to iterate over arrays, maps, slices and channels. we will discuss channels at a later chapter.

func Slices

func Slices()

Slices are the list type for golang they are a dynamic view into the inside of an array. they have better control over arrays, they dont store any data they are literally references to arrays.

func VariableRedux

func VariableRedux()

Types

This section is empty.

Jump to

Keyboard shortcuts

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