Explorar el Código

Add missing html tag in example/echo

Alain Gilbert hace 8 años
padre
commit
5755884efa
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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>