소스 검색

Merge pull request #286 from alaingilbert/patch-1

Add missing html tag in example/echo
Gary Burd 8 년 전
부모
커밋
4201258b82
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>