diff options
| author | Iman Rabbi <imra.prv@gmail.com> | 2023-05-24 08:39:43 +0000 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2023-05-24 22:38:14 +0000 |
| commit | 6badb8a30906d1bcdb71979d79af449171569120 (patch) | |
| tree | b065e72f3f6ba4f04bdd0daee129e9cb262a3ae9 /_content/doc/tutorial | |
| parent | c284478a72f77dd2705663b1eb3f6d86c7b5abaf (diff) | |
| download | go-x-website-6badb8a30906d1bcdb71979d79af449171569120.tar.xz | |
_content/doc/tutorial: remove unused import "time"
`Time` was used by `math/rand.Seed` that is removed
Change-Id: I8e7feadce9712bf6e541321187a64da9209660fa
GitHub-Last-Rev: f3ec60a3a42b7b53d84425366b5d37a35bea1820
GitHub-Pull-Request: golang/website#227
Reviewed-on: https://go-review.googlesource.com/c/website/+/497836
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Diffstat (limited to '_content/doc/tutorial')
| -rw-r--r-- | _content/doc/tutorial/random-greeting.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/_content/doc/tutorial/random-greeting.html b/_content/doc/tutorial/random-greeting.html index 86e580ed..ee65a08b 100644 --- a/_content/doc/tutorial/random-greeting.html +++ b/_content/doc/tutorial/random-greeting.html @@ -36,8 +36,7 @@ package greetings import ( "errors" "fmt" - <ins>"math/rand" - "time"</ins> + <ins>"math/rand"</ins> ) // Hello returns a greeting for the named person. |
