From 01233a3c223b1be8d543834f827300b63f458574 Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Fri, 22 Mar 2019 19:34:22 +0200 Subject: [PATCH] fix https://github.com/kataras/iris/issues/1220 from last updates Former-commit-id: 1932953145c9386053cae28805020e6b6bd956a6 --- macro/macros.go | 1 + 1 file changed, 1 insertion(+) diff --git a/macro/macros.go b/macro/macros.go index 4c6f6416..99637182 100644 --- a/macro/macros.go +++ b/macro/macros.go @@ -419,6 +419,7 @@ var ( Uint64, Bool, Alphabetical, + File, Path, } )