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.

Advanced GoLang

Horizontales
Term used when two or more concurrent tasks are executing and their effects are dependent upon uncontrollable events
The variable that determines the context in which a method executes is called the method's ___
Name applied to the group of methods used to determine if a variable implements an interface
Smallest structure that can be used to isolate a variable's scope outside of a function
Standard library package designed to communicate cancellation in concurrent tasks
Type of test that will be included in generated documentation
Verticales
Term used to describe a variable that is given the same name as a variable in an enclosing scope
Go command used to create source code
Type of channel that does has the ability to store one or more messages
Source code organizational system that replaced workspaces
Package designed to handle synchronization, cancellation, and error management for a group of related goroutines
Go tool used to analyze execution profiles
Go mod command that will remove dependencies that are no longer being used