Browse Source

Add missing html tag in example/echo

Alain Gilbert 8 năm trước cách đây
mục cha
commit
5755884efa
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      examples/echo/server.go

+ 1 - 0
examples/echo/server.go

@@ -55,6 +55,7 @@ func main() {
 
 var homeTemplate = template.Must(template.New("").Parse(`
 <!DOCTYPE html>
+<html>
 <head>
 <meta charset="utf-8">
 <script>