mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Fix package name: "http/template" -> "html/template"
parent
2c03074405
commit
b726c9964b
@ -17,7 +17,7 @@ This page links to resources for learning about server programming in Go. The it
|
||||
## Presentation
|
||||
|
||||
- [Package text/template](http://golang.org/pkg/text/template) implements data-driven templates for generating textual output.
|
||||
- [Package http/template](http://golang.org/pkg/html/template) implements data-driven templates for generating HTML output safe against code injection.
|
||||
- [Package html/template](http://golang.org/pkg/html/template) implements data-driven templates for generating HTML output safe against code injection.
|
||||
|
||||
## Profiling and Performance
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user