Closed as not planned
Closed as not planned
Description
What is the URL of the page with the issue?
https://go.dev/doc/tutorial/random-greeting
What is your user agent?
Screenshot

What did you do?
Just load the page.
What did you expect to see?
The tutorial says the greetings.go code should include an "init" method per the following bullet:
- "Add an init function to seed the rand package with the current time. Go executes init functions automatically at program startup, after global variables have been initialized. For more about init functions, see Effective Go."
Given the above, I expected to see an "init" function in the greetings.go code.
What did you see instead?
I did not see an "init" function in the greetings.go code.