diff --git a/_content/doc/tutorial/random-greeting.html b/_content/doc/tutorial/random-greeting.html index ee65a08bc9..96d4ea5a96 100644 --- a/_content/doc/tutorial/random-greeting.html +++ b/_content/doc/tutorial/random-greeting.html @@ -91,13 +91,6 @@ > to generate a random number for selecting an item from the slice. -
  • - 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. -
  • In Hello, call the randomFormat function to get a format for the message you'll return, then use the format and