diff options
Diffstat (limited to 'src/pkg/html/escape.go')
| -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 ( |
