My Crossword Maker Logo
Powered by BrightSprout
Save Status:
or to save your progress. The page will not refresh.
Controls:
SPACEBAR SWITCHES TYPING DIRECTION
Answer Key:
Edit a Copy:
Make Your Own:
Crucigrama Sopa de Letras Hoja de Trabajo
Calificar este Puzzle:
Log in or sign up to rate this puzzle.

GoLang (July 2020)

Horizontales
Every go program is made up of
Statement which causes a function to run when enclosing function terminates
Golang statement which is absent from modern languages and is considered “harmful”
The break statement can be given a ______ to enable break-ing out of multiple nested loops
What we use to allow a function to accepts parameters of any type (Two words, no space)
Predeclared identifier that represents successive untyped integer constants
Functions which are not named are called
An array-like object which can grow or shrink
Datatype which supports communication between goroutines
Verticales
Including a type as a nameless parameter within another type
Keyword which enables iteration over a variety of data structures
Builtin function which enables your code to regain control after a panic
Keyword used in switch statements which cause the code in the next block to be executed (Two words, no space)
Name for a function which takes any number of arguments
Statement which lets a goroutine wait on multiple channels
Looping keyword used in many other languages which is missing in Golang
Built-in function used to create maps, among other objects