_content/doc/tutorial: remove unused import "time"

`Time` was used by `math/rand.Seed` that is removed

Change-Id: I1d288694c5a92fb866d629d8de3d3cdfa79bbf48
GitHub-Last-Rev: 1485d39c3c
GitHub-Pull-Request: golang/website#226
Reviewed-on: https://go-review.googlesource.com/c/website/+/497835
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
This commit is contained in:
Iman Rabbi 2023-05-24 08:27:18 +00:00 коммит произвёл Gopher Robot
Родитель 6badb8a309
Коммит cdf910f3bc
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -40,7 +40,6 @@ import (
"errors"
"fmt"
"math/rand"
"time"
)
// Hello returns a greeting for the named person.