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:
parent
b9917045da
commit
e066db3acb
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user