Browse Source

src/pkg: make package doc comments consistently start with "Package foo".

R=rsc
CC=golang-dev
https://golang.org/cl/4442064
v1.2.3
Nigel Tao 13 years ago
parent
commit
5a11e9ba00
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      tls.go

+ 2
- 1
tls.go View File

@@ -2,7 +2,8 @@
// Use of this source code is governed by a BSD-style
// 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

import (


Loading…
Cancel
Save