commit | 491771c681427e82b9843267b24b32cf56743e83 | [log] [tgz] |
---|---|---|
author | Dmitri Shuralyov <dmitshur@golang.org> | Fri Sep 08 03:48:30 2023 |
committer | Gopher Robot <gobot@golang.org> | Fri Sep 08 23:15:47 2023 |
tree | a64589f597c96610e28476f0d0a2a18ea0a679cd | |
parent | 4aa0222fac539f4a04a4378b75b70ad6e1820ecb [diff] |
draw: merge draw_go117.go into draw.go This can be done as Go 1.21 and 1.20 are the supported versions by now, and Go 1.16 is long since unsupported. Change-Id: Ib90f796d6c38dbb9ffd99d56faf344ee9784f9bc Reviewed-on: https://go-review.googlesource.com/c/image/+/526896 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Nigel Tao (INACTIVE; USE @golang.org INSTEAD) <nigeltao@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Nigel Tao <nigeltao@golang.org>
This repository holds supplementary Go image libraries.
The easiest way to install is to run go get -u golang.org/x/image/...
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/image
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the image repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/image:” in the subject line, so it is easy to find.