iris/macro
Gerasimos (Makis) Maropoulos 8f53f7c399 add godoc comments for the updated macro package
Former-commit-id: 5a90777926f6457b6639514e51ce48a4a57886c6
2018-10-16 01:39:27 +03:00
..
handler add my new trie data structure implementation written from scratch and specifically designed for HTTP (and Iris) - see https://github.com/kataras/muxie for the net/http version of it 2018-10-15 10:49:09 +03:00
interpreter add my new trie data structure implementation written from scratch and specifically designed for HTTP (and Iris) - see https://github.com/kataras/muxie for the net/http version of it 2018-10-15 10:49:09 +03:00
AUTHORS fix macro registration issue and match by kind for MVC and hero instead of its kind, so custom types like structs can be used without any issues. Add an example on how to register a custom macro it is just few lines and all in one place in this version. 2018-09-30 17:26:40 +03:00
LICENSE fix macro registration issue and match by kind for MVC and hero instead of its kind, so custom types like structs can be used without any issues. Add an example on how to register a custom macro it is just few lines and all in one place in this version. 2018-09-30 17:26:40 +03:00
macro_test.go add tests for the new types (int8, int16, int32, uint, uint8, uint16, uint32, uint64) 2018-09-29 04:35:09 +03:00
macro.go add godoc comments for the updated macro package 2018-10-16 01:39:27 +03:00
macros.go add godoc comments for the updated macro package 2018-10-16 01:39:27 +03:00
template.go add godoc comments for the updated macro package 2018-10-16 01:39:27 +03:00