diff options
| author | Iman Rabbi <imra.prv@gmail.com> | 2023-05-24 08:27:18 +0000 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2023-05-24 22:38:27 +0000 |
| commit | cdf910f3bc25e94397c8db4a39a47635f960081c (patch) | |
| tree | e0230222b4aec1467fdc7484e021477dd892c305 /_content/doc/tutorial | |
| parent | 6badb8a30906d1bcdb71979d79af449171569120 (diff) | |
| download | go-x-website-cdf910f3bc25e94397c8db4a39a47635f960081c.tar.xz | |
_content/doc/tutorial: remove unused import "time"
`Time` was used by `math/rand.Seed` that is removed
Change-Id: I1d288694c5a92fb866d629d8de3d3cdfa79bbf48
GitHub-Last-Rev: 1485d39c3c13aae5cd16ee79ddb29843330178a0
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>
Diffstat (limited to '_content/doc/tutorial')
| -rw-r--r-- | _content/doc/tutorial/greetings-multiple-people.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/_content/doc/tutorial/greetings-multiple-people.html b/_content/doc/tutorial/greetings-multiple-people.html index 9de0083a..be8199cf 100644 --- a/_content/doc/tutorial/greetings-multiple-people.html +++ b/_content/doc/tutorial/greetings-multiple-people.html @@ -40,7 +40,6 @@ import ( "errors" "fmt" "math/rand" - "time" ) // Hello returns a greeting for the named person. |
