golang-image/draw
Dmitri Shuralyov a3f9a0009f draw: remove Go 1.8 support
This change removes support for Go 1.8 and older, as they're no longer
supported per release policy¹.

This brings back a simpler file layout that was here prior to CL 36730,
but keeps using type aliases for the exported names from the standard
library's image/draw package.

Don't keep the comment motivating type alias use, since that feature is
no longer new, and commonly understood by now.

¹ https://tip.golang.org/doc/devel/release.html#policy

Change-Id: I5fab71162cf6daa5985a048ed06011efacddf886
Reviewed-on: https://go-review.googlesource.com/c/148567
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-11-08 21:44:26 +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 draw: fix crash caused by Scale by Copy shortcut 2017-12-14 22:51:56 +00:00
impl.go draw: fix crash caused by Scale by Copy shortcut 2017-12-14 22:51:56 +00:00
scale_test.go draw: remove Go 1.8 support 2018-11-08 21:44:26 +00:00
scale.go all: fix typos 2018-10-30 00:21:51 +00:00
stdlib_test.go draw: remove Go 1.8 support 2018-11-08 21:44:26 +00:00