From: Nigel Tao Date: Mon, 6 Feb 2012 02:24:45 +0000 (+1100) Subject: html: add package doc. X-Git-Tag: weekly.2012-02-07~55 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e066db3acbd65f12349d0dff36332e2c7648711d;p=gostls13.git html: add package doc. Fixes #2857. R=r, adg CC=golang-dev https://golang.org/cl/5635046 --- 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 (