mirror of https://github.com/golang/go.git
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:
parent
5c3de8ccb3
commit
3063ff5168
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Reference in New Issue