aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/html
diff options
context:
space:
mode:
authorNigel Tao <nigeltao@golang.org>2012-02-06 13:24:45 +1100
committerNigel Tao <nigeltao@golang.org>2012-02-06 13:24:45 +1100
commite066db3acbd65f12349d0dff36332e2c7648711d (patch)
tree9fc5e1b4211a2579cf752c4f4d6042857c3c0598 /src/pkg/html
parentb9917045dadeb8a2158cf291d71f4e0124cf6ced (diff)
downloadgo-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.go1
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 (