1
0
mirror of https://github.com/golang/go synced 2024-09-24 17:10:13 -06:00

crypto/dsa: add missing period in package comment

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5673087
This commit is contained in:
Robert Griesemer 2012-02-17 14:48:44 -08:00
parent 5c3de8ccb3
commit 3063ff5168

View File

@ -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 (