From c51f626b414f979225c2bb88b7b24482778eebc2 Mon Sep 17 00:00:00 2001 From: Andrey Date: Mon, 25 Feb 2019 16:35:28 +0300 Subject: [PATCH] Fix views for go mod. --- context.go | 1 + views/views.go | 1 + 2 files changed, 2 insertions(+) create mode 100644 views/views.go diff --git a/context.go b/context.go index f9ef1509..ef49192a 100644 --- a/context.go +++ b/context.go @@ -7,6 +7,7 @@ import ( "net/http" "path/filepath" + _ "github.com/qor/admin/views" "github.com/qor/qor" "github.com/qor/qor/utils" "github.com/qor/roles" diff --git a/views/views.go b/views/views.go new file mode 100644 index 00000000..e29e57da --- /dev/null +++ b/views/views.go @@ -0,0 +1 @@ +package views