From 144c9ec8059635dc7b8e088a01a3baa5fe59f05c Mon Sep 17 00:00:00 2001 From: Joe Steel Date: Sat, 23 Jun 2018 17:51:52 +0100 Subject: [PATCH 1/3] Added view factory --- .idea/modules.xml | 8 + .idea/utron.iml | 10 + .idea/vcs.xml | 6 + .idea/workspace.xml | 400 ++++++++++++++++++++++++++++++++++ app/app.go | 20 +- app/app_test.go | 4 +- base/context.go | 8 +- base/context_test.go | 2 +- controller/controller.go | 2 +- controller/controller_test.go | 2 +- flash/flash.go | 2 +- flash/flash_test.go | 6 +- models/models.go | 2 +- router/middleware.go | 2 +- router/middleware_test.go | 4 +- router/routes.go | 14 +- router/routes_test.go | 2 +- utron.go | 2 +- view/view.go | 20 +- 19 files changed, 478 insertions(+), 38 deletions(-) create mode 100644 .idea/modules.xml create mode 100644 .idea/utron.iml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..d0ab846 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/utron.iml b/.idea/utron.iml new file mode 100644 index 0000000..25ed3f6 --- /dev/null +++ b/.idea/utron.iml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..2e909db --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,400 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + github.com/joesteel2010/ + + + + + + + + + + + + + + + true + DEFINITION_ORDER + + + + + + + + + + + + Code style issuesGo + + + Declaration redundancyGo + + + Go + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1529768884442 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1.8 - - - - - - - - 1.8 - - - - - - - - - - - - - - - \ No newline at end of file