image/draw
Russ Cox ac19c3e999 all: go fmt ./...
Make all our package sources use Go 1.17 gofmt format
(adding //go:build lines).

Not strictly necessary but will avoid spurious changes
as files are edited.

Part of //go:build change (#41184).
See https://golang.org/design/draft-gobuild

Change-Id: Ib758eb8b75286993f3bd83b5004be667846118d4
Reviewed-on: https://go-review.googlesource.com/c/image/+/294419
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Jason A. Donenfeld <Jason@zx2c4.com>
Reviewed-by: Robert Griesemer <gri@golang.org>
2021-02-20 03:29:44 +00:00
..
draw.go draw: remove Go 1.8 support 2018-11-08 21:44:26 +00:00
example_test.go image/draw: have Transform take a f64.Aff3 instead of a *f64.Aff3. 2015-07-29 01:18:37 +00:00
gen.go all: go fmt ./... 2021-02-20 03:29:44 +00:00
impl.go draw: fix crash caused by Scale by Copy shortcut 2017-12-14 22:51:56 +00:00
scale.go draw: re-enable the image.Rectangle DstMask fast path 2018-11-09 23:22:46 +00:00
scale_test.go draw: remove Go 1.8 support 2018-11-08 21:44:26 +00:00
stdlib_test.go draw: remove Go 1.8 support 2018-11-08 21:44:26 +00:00