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 --- pkg/media/path.go | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 pkg/media/path.go (limited to 'pkg/media/path.go') diff --git a/pkg/media/path.go b/pkg/media/path.go deleted file mode 100644 index 1248ed5..0000000 --- a/pkg/media/path.go +++ /dev/null @@ -1,7 +0,0 @@ -package media - -// Path represents a media library path. -type Path struct { - Path string - Prefix string -} -- cgit v1.2.3