소스 검색

Add missing html tag in example/echo

Alain Gilbert 8 년 전
부모
커밋
5755884efa
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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>