We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

Comments

Go has two styles of comments:

// This is a single line comment

/*
  This is a multi-line comment
  neither of these comments will execute
  as code
*/

Assignment

The new intern on the team screwed up their documentation comment.

Fix the issue.