commit | f03afa92d3ffad9e5ff762aa549908afe674f01e | [log] [tgz] |
---|---|---|
author | Nigel Tao <nigeltao@golang.org> | Wed May 22 01:14:20 2019 |
committer | Nigel Tao <nigeltao@golang.org> | Thu May 23 03:58:34 2019 |
tree | 12788e00920b12d03630d8ed067ffe38139ac3e1 | |
parent | 61b8692d9a5c9886248d7f96e0ba50ad77baab4c [diff] |
ccitt: rename fooTable vars to fooDecodeTable Upcoming commits will also implement an encoder, not just a decoder, and they might want to generate fooEncodeTable vars. Change-Id: Ib02548a912a7354f00dace580151fbcfc405be8f Reviewed-on: https://go-review.googlesource.com/c/image/+/178417 Reviewed-by: Benny Siegert <bsiegert@gmail.com> Run-TryBot: Benny Siegert <bsiegert@gmail.com> TryBot-Result: Gobot Gobot <gobot@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.