commit | 6d32002ffd7577f23673706728e1c510698cecb1 | [log] [tgz] |
---|---|---|
author | Benny Siegert <bsiegert@gmail.com> | Sun Apr 28 16:51:35 2019 |
committer | Nigel Tao <nigeltao@golang.org> | Wed May 01 04:58:29 2019 |
tree | 4669c7cec67b01d5aa988c81350bcb49a122ab93 | |
parent | 59b11bec70c7cc648cf3cc54683683b76d5b5e6b [diff] |
tiff: mark test and benchmark helpers Mark helper functions for tiff tests with t.Helper and b.Helper respectively. Change-Id: I3242d5a9b319bcf8de17e34c731bcd1910acfb2b Reviewed-on: https://go-review.googlesource.com/c/image/+/174140 Run-TryBot: Benny Siegert <bsiegert@gmail.com> TryBot-Result: Gobot Gobot <gobot@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.