]> Cypherpunks repositories - gostls13.git/commit
image: use Rectangle{} instead of ZR
authortomocy <tomocy.dev@gmail.com>
Thu, 29 Aug 2024 12:47:40 +0000 (12:47 +0000)
committerGopher Robot <gobot@golang.org>
Sun, 1 Sep 2024 15:47:54 +0000 (15:47 +0000)
commitfc9f02c7aec81bcfcc95434d2529e0bb0bc03d66
tree0b5cbf7da8f744165f5b1805ec4812f9477daa1f
parent239666cd7343d46c40a5b929c8bec8b532dbe83f
image: use Rectangle{} instead of ZR

ZR is deprecated,
so replace it with the literal Rectangle to represent the zero value.

Change-Id: I68c0ffec808eaed1e8c352bf364d295c0041594e
GitHub-Last-Rev: 850472888d3d0f5e68feb9ec09f0b544fe1f9446
GitHub-Pull-Request: golang/go#69136
Reviewed-on: https://go-review.googlesource.com/c/go/+/609516
Reviewed-by: Nigel Tao <nigeltao@golang.org>
Reviewed-by: Nigel Tao <nigeltao@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
src/image/geom.go