diff options
| author | Nigel Tao <nigeltao@golang.org> | 2012-02-06 13:24:45 +1100 |
|---|---|---|
| committer | Nigel Tao <nigeltao@golang.org> | 2012-02-06 13:24:45 +1100 |
| commit | e066db3acbd65f12349d0dff36332e2c7648711d (patch) | |
| tree | 9fc5e1b4211a2579cf752c4f4d6042857c3c0598 /src/pkg/html | |
| parent | b9917045dadeb8a2158cf291d71f4e0124cf6ced (diff) | |
| download | go-e066db3acbd65f12349d0dff36332e2c7648711d.tar.xz | |
html: add package doc.
Fixes #2857.
R=r, adg
CC=golang-dev
https://golang.org/cl/5635046
Diffstat (limited to 'src/pkg/html')
| -rw-r--r-- | src/pkg/html/escape.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/html/escape.go b/src/pkg/html/escape.go index c0b5262af8..dbe1b9cd37 100644 --- a/src/pkg/html/escape.go +++ b/src/pkg/html/escape.go @@ -2,6 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// Package html provides functions for escaping and unescaping HTML text. package html import ( |
