src/pkg: make package doc comments consistently start with "Package foo".
R=rsc CC=golang-dev https://golang.org/cl/4442064
This commit is contained in:
parent
24df228d7a
commit
5a11e9ba00
3
tls.go
3
tls.go
@ -2,7 +2,8 @@
|
|||||||
// Use of this source code is governed by a BSD-style
|
// Use of this source code is governed by a BSD-style
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
// This package partially implements the TLS 1.1 protocol, as specified in RFC 4346.
|
// Package tls partially implements the TLS 1.1 protocol, as specified in RFC
|
||||||
|
// 4346.
|
||||||
package tls
|
package tls
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
Loading…
Reference in New Issue
Block a user