Knowledge check

Completed

Answer these questions to demonstrate what you've learned:

Check your knowledge

1.

What's the correct syntax to create a goroutine?

2.

What's the purpose of using channels in Go?

3.

What's a particular feature of unbuffered channels?

4.

How do you send data to a channel?

5.

How do you receive data from a channel?