gin/examples
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
..
app-engine change README for app-engine example because of goapp deprecation (#1324) 2018-04-19 12:00:22 +08:00
assets-in-binary Add example to build single binary with templates (#1328) 2018-04-22 15:04:38 +08:00
auto-tls add package for govendor (#1166) 2017-11-11 23:11:22 -06:00
basic chore: add some annotations (#1544) 2018-09-15 10:23:32 +08:00
custom-validation chore: add some annotations (#1544) 2018-09-15 10:23:32 +08:00
favicon chore: use http.Status* instead of hard code (#1482) 2018-08-14 09:51:56 +08:00
graceful-shutdown doc(graceful-shutdown): failure to ListenAndServe should be a reason to exit (#1287) 2018-03-20 14:05:24 +08:00
grpc example: fix typo for grpc (#1405) 2018-06-22 23:44:45 +08:00
http2 chore: use http.Status* instead of hard code (#1482) 2018-08-14 09:51:56 +08:00
http-pusher Add Pusher() function for support http2 server push (#1273) 2018-06-21 09:53:52 +08:00
multiple-service feat: add multiple service example. (#1119) 2017-09-29 16:48:10 +08:00
realtime-advanced Change HTML link tags to use HTML5 syntax. (#1621) 2018-11-01 21:48:26 +08:00
realtime-chat Change HTML link tags to use HTML5 syntax. (#1621) 2018-11-01 21:48:26 +08:00
struct-lvl-validations fix(binding): Expose validator engine used by the default Validator (#1277) 2018-03-29 14:33:07 +08:00
template unify test data (#1417) 2018-08-12 23:38:31 +08:00
upload-file Moved const 'defaultMemory' to attrib. Engine.MaxMultipartMemory instead. (#1100) 2017-09-07 11:45:16 +08:00