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:
Crossword Word Search Worksheet
Rate This Puzzle:
Log in or sign up to rate this puzzle.

GoLang

Across
Every go program is made up of
An array-like object which can grow or shrink
Statement which causes a function to run when enclosing function terminates
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
Keyword which enables iteration over a variety of data structures
Datatype which supports communication between goroutines
Down
Looping keyword used in many other languages which is missing in Golang
Including a type as a nameless parameter within another type
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
Built-in function used to create maps, among other objects
Golang statement which is absent from modern languages and is considered “harmful”