commit | 583f2d630306214ee49ea373317b53b90026aab7 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Mon Apr 11 13:13:29 2022 -0400 |
committer | Gopher Robot <gobot@golang.org> | Mon Apr 11 22:43:47 2022 +0000 |
tree | 2f536e8e3ea5f6444168b43b190fa0809dcc1251 | |
parent | 1424b61ebb57711fcb6e297f48ecfff8f3943d6d [diff] |
all: gofmt Gofmt to update doc comments to the new formatting. For golang/go#51082. Change-Id: Ib5c83cdade85433f805d1b9f3203f319932a8939 Reviewed-on: https://go-review.googlesource.com/c/time/+/399604 Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Auto-Submit: Russ Cox <rsc@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com>
This repository provides supplementary Go time packages.
The easiest way to install is to run go get -u golang.org/x/time
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/time
.
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 time repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/time:” in the subject line, so it is easy to find.