Skip to content

Commit 5755884

Browse files
committed
Add missing html tag in example/echo
1 parent 6f34763 commit 5755884

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/echo/server.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ func main() {
5555

5656
var homeTemplate = template.Must(template.New("").Parse(`
5757
<!DOCTYPE html>
58+
<html>
5859
<head>
5960
<meta charset="utf-8">
6061
<script>

0 commit comments

Comments
 (0)