This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
kararas_iris
Watch
1
Star
0
Fork
0
You've already forked kararas_iris
mirror of
https://github.com/kataras/iris.git
synced
2025-12-27 14:57:05 +00:00
Code
Releases
Activity
Files
bf880033cd57af5fcefac7acd32761a4018f7855
kararas_iris
/
core
/
router
/
macro
History
Gerasimos (Makis) Maropoulos
bf880033cd
make macros even faster and smart catch common :string and do not execute anything at all if not really needed, more clean code as well
...
Former-commit-id: 589c23d1f92cf36b7677dfe78b60d51252c979fb
2018-09-28 05:34:35 +03:00
..
interpreter
add the ability to add custom parameter types to the interpreter and mapped macros with any number of macro functions - example added - although it's working it is not ready yet - I have to do some cleanup, doc comments and a TODO
2018-09-26 11:37:11 +03:00
macro_test.go
Conversion once at macros and their functions, internal changes required
2018-09-27 03:17:45 +03:00
macro.go
add int8, int16, int32, uint, uint16 and uint32 default-builtn parameter types and macros - no doc update - no live tests yet - time for sleep
2018-09-27 06:20:03 +03:00
macros.go
make macros even faster and smart catch common :string and do not execute anything at all if not really needed, more clean code as well
2018-09-28 05:34:35 +03:00
template.go
make macros even faster and smart catch common :string and do not execute anything at all if not really needed, more clean code as well
2018-09-28 05:34:35 +03:00