gin/examples/realtime-chat
Barnabus 6be9b5437b Change HTML link tags to use HTML5 syntax. (#1621)
The `<link>` element is an empty element, it contains attributes only. In HTML5 the `<link>` tag has no end tag. In XHTML the `<link>` tag must be properly closed.
2018-11-01 21:48:26 +08:00
..
main.go chore: use http.Status* instead of hard code (#1482) 2018-08-14 09:51:56 +08:00
Makefile add Makefile for example (#951) 2017-06-15 20:07:42 -05:00
rooms.go Adds realtime-chat example code 2015-05-12 19:23:54 +02:00
template.go Change HTML link tags to use HTML5 syntax. (#1621) 2018-11-01 21:48:26 +08:00