commit | 71b5226ff73902d121cd9dbbdfdb67045a805845 | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Fri Sep 06 11:30:51 2019 +0200 |
committer | Tobias Klauser <tobias.klauser@gmail.com> | Sat Sep 07 12:14:10 2019 +0000 |
tree | 4a950f6e506bf738fb466fe847f89d04841ca7bc | |
parent | 9756ffdc24725223350eb3266ffb92590d28f278 [diff] |
sha3: add a space before +build in build tag comments Add a space before build tag comments so it corresponds to the format documented at https://golang.org/pkg/go/build/. Change-Id: Ic29df4660a0968f58f721ec61943c0b277d4aaad Reviewed-on: https://go-review.googlesource.com/c/crypto/+/193777 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This repository holds supplementary Go cryptography libraries.
The easiest way to install is to run go get -u golang.org/x/crypto/...
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/crypto
.
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 crypto repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/crypto:” in the subject line, so it is easy to find.
Note that contributions to the cryptography package receive additional scrutiny due to their sensitive nature. Patches may take longer than normal to receive feedback.