commit | 31aff87c08e9a5e5d524279a564f96968336f886 | [log] [tgz] |
---|---|---|
author | Michael Matloob <matloob@golang.org> | Fri Feb 15 22:03:41 2019 |
committer | Michael Matloob <matloob@golang.org> | Wed Feb 20 21:41:46 2019 |
tree | 2869951a48736b6420c05be31d3eaf6437de76b7 | |
parent | ef4a1470e0dc5915f2f5fa04a28eeab72c6936a4 [diff] |
all: add a go.mod file This change adds a go.mod and go.sum file to this repo, following the requirements stated in bcmills's comment here: https://golang.org/issue/28136#issuecomment-462971974. It's important to note that we will not be adding versions to the repo for now. The change was generated by running "go mod init" and "go mod tidy" using Go 1.11.5 in the top-level directory of the repository. Updates golang/go#28136 Change-Id: I837a30c514e23ddab0404a2d8ab66eaa6ad82961 Reviewed-on: https://go-review.googlesource.com/c/162912 Run-TryBot: Michael Matloob <matloob@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Nigel Tao <nigeltao@golang.org> Reviewed-by: Bryan C. Mills <bcmills@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@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.