diff options
| author | Russ Cox <rsc@golang.org> | 2021-06-10 15:14:01 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2021-06-17 03:25:37 +0000 |
| commit | b0355a3e72df384c82a688524c603a97c1d8e7a7 (patch) | |
| tree | ca53b046fdfdc919dc2a969e531ea4793f1cc8cb /src/database/sql/sql_test.go | |
| parent | 881b6ea7baaa38f54a1dbd989fd21a638d0e118d (diff) | |
| download | go-b0355a3e72df384c82a688524c603a97c1d8e7a7.tar.xz | |
time: fix receiver for Time.IsDST method
Only methods that modify the time take pointer receivers;
IsDST does not modify it and therefore should not.
For #42102 and #46688.
Change-Id: I4721ef7f4d7572236ae6e4d99a459b9ffb11999e
Reviewed-on: https://go-review.googlesource.com/c/go/+/326789
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/database/sql/sql_test.go')
0 files changed, 0 insertions, 0 deletions
