From 4dae45a68ff1ff32a251a5835b2a2723ae125d1c Mon Sep 17 00:00:00 2001 From: James Mills Date: Sat, 21 Mar 2020 09:55:06 +1000 Subject: Restructured source code layout, Added rice support for templates and static assets --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index b782c8b..a69a5e9 100644 --- a/main.go +++ b/main.go @@ -6,7 +6,7 @@ import ( log "github.com/sirupsen/logrus" flag "github.com/spf13/pflag" - "github.com/wybiral/tube/pkg/app" + "github.com/wybiral/tube/app" ) var ( -- cgit v1.2.3