LGTM On Feb 18, 2012 9:40 AM, <gri@golang.org> wrote: > Reviewers: golang-dev_googlegroups.com, > > Message: ...
13 years, 2 months ago
(2012-02-17 22:43:49 UTC)
#2
LGTM
On Feb 18, 2012 9:40 AM, <gri@golang.org> wrote:
> Reviewers: golang-dev_googlegroups.com,
>
> Message:
> Hello golang-dev@googlegroups.com,
>
> I'd like you to review this change to
> https://code.google.com/p/go
>
>
> Description:
> crypto/dsa: add missing period in package comment
>
> Please review this at
http://codereview.appspot.com/**5673087/<http://codereview.appspot.com/5673087/>
>
> Affected files:
> M src/pkg/crypto/dsa/dsa.go
>
>
> Index: src/pkg/crypto/dsa/dsa.go
> ==============================**==============================**=======
> --- a/src/pkg/crypto/dsa/dsa.go
> +++ b/src/pkg/crypto/dsa/dsa.go
> @@ -2,7 +2,7 @@
> // Use of this source code is governed by a BSD-style
> // license that can be found in the LICENSE file.
>
> -// Package dsa implements the Digital Signature Algorithm, as defined in
> FIPS 186-3
> +// Package dsa implements the Digital Signature Algorithm, as defined in
> FIPS 186-3.
> package dsa
>
> import (
>
>
>
Issue 5673087: code review 5673087: crypto/dsa: add missing period in package comment
(Closed)
Created 13 years, 2 months ago by gri
Modified 13 years, 2 months ago
Reviewers:
Base URL:
Comments: 0