1
0
mirror of https://github.com/golang/go synced 2024-11-19 17:04:41 -07:00

html: add package doc.

Fixes #2857.

R=r, adg
CC=golang-dev
https://golang.org/cl/5635046
This commit is contained in:
Nigel Tao 2012-02-06 13:24:45 +11:00
parent b9917045da
commit e066db3acb

View File

@ -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 (