Selaa lähdekoodia

Add missing html tag in example/echo

Alain Gilbert 8 vuotta sitten
vanhempi
commit
5755884efa
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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>