From e066db3acbd65f12349d0dff36332e2c7648711d Mon Sep 17 00:00:00 2001 From: Nigel Tao Date: Mon, 6 Feb 2012 13:24:45 +1100 Subject: [PATCH] html: add package doc. Fixes #2857. R=r, adg CC=golang-dev https://golang.org/cl/5635046 --- src/pkg/html/escape.go | 1 + 1 file changed, 1 insertion(+) 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 ( -- 2.50.0