commit | 7319ad40d33ef7dff8f361a3806075203b7fcc8b | [log] [tgz] |
---|---|---|
author | Nigel Tao <nigeltao@golang.org> | Sun May 02 13:27:31 2021 +1000 |
committer | Nigel Tao <nigeltao@golang.org> | Tue May 04 12:19:37 2021 +0000 |
tree | b6248b80d78d9f136c678e33c637242b008f468e | |
parent | ac19c3e999fb6ea69c828f9e17148f37276c38e2 [diff] |
vector: add example test Fixes golang/go#45723 Change-Id: Id9131dd690a4496ed5ec8aae3bf4d54f44a53d79 Reviewed-on: https://go-review.googlesource.com/c/image/+/316069 Trust: Nigel Tao <nigeltao@golang.org> Run-TryBot: Nigel Tao <nigeltao@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Rob Pike <r@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.