From 6cc6c4c13399dc057ff0031655904ce03f67ad37 Mon Sep 17 00:00:00 2001 From: Roshan Gade Date: Sun, 30 Jun 2019 18:28:55 +0530 Subject: [PATCH] Updated context body type --- context.go | 2 +- version.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 version.txt diff --git a/context.go b/context.go index dd796cb..f10f08c 100644 --- a/context.go +++ b/context.go @@ -21,7 +21,7 @@ type Context struct { Request *http.Request Response http.ResponseWriter Query url.Values - Body map[string]interface{} + Body interface{} Params map[string]string headers map[string]string data map[string]interface{} diff --git a/version.txt b/version.txt deleted file mode 100644 index 4a16fd9..0000000 --- a/version.txt +++ /dev/null @@ -1 +0,0 @@ -v0.0.1-beta.3