mirror of https://github.com/gorilla/websocket.git
Merge pull request #286 from alaingilbert/patch-1
Add missing html tag in example/echo
This commit is contained in:
commit
4201258b82
|
@ -55,6 +55,7 @@ func main() {
|
|||
|
||||
var homeTemplate = template.Must(template.New("").Parse(`
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<script>
|
||||
|
|
Loading…
Reference in New Issue