commit | 33659d3de4f578c2f0c64af782d17fa8688d643f | [log] [tgz] |
---|---|---|
author | Nigel Tao <nigeltao@golang.org> | Sat Jun 15 02:12:48 2019 |
committer | Nigel Tao <nigeltao@golang.org> | Sun Jun 16 09:40:56 2019 |
tree | 99c85c22da0ba3431c94669f7f331e8134968cb4 | |
parent | f03afa92d3ffad9e5ff762aa549908afe674f01e [diff] |
go.mod: add go language version The go tool kept inserting "go 1.13" so I'm adding an explicit line so it stops modifying my local files when I'm working on other changes. Change-Id: Ib430e058d2551d8e3746f32bf8ffbdb2fb74c330 Reviewed-on: https://go-review.googlesource.com/c/image/+/182220 Reviewed-by: Brad Fitzpatrick <bradfitz@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.