commit | ac19c3e999fb6ea69c828f9e17148f37276c38e2 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Fri Feb 19 23:54:48 2021 |
committer | Russ Cox <rsc@golang.org> | Sat Feb 20 03:29:44 2021 |
tree | 174fcb01366138098b972f0b8022fe614aad9975 | |
parent | 4410531fe0302c24ddced794ec5760f25dd22066 [diff] |
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>
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.