diff options
| author | James Mills <prologic@shortcircuit.net.au> | 2020-03-21 09:55:06 +1000 |
|---|---|---|
| committer | James Mills <prologic@shortcircuit.net.au> | 2020-03-21 09:55:06 +1000 |
| commit | 4dae45a68ff1ff32a251a5835b2a2723ae125d1c (patch) | |
| tree | b3abe641f39f50ac444aee2bb617d7b4ab44187d /pkg/media/path.go | |
| parent | 76fa613b7eaf1c8626d2a51901c623af7bf1a665 (diff) | |
Restructured source code layout, Added rice support for templates and static assets
Diffstat (limited to 'pkg/media/path.go')
| -rw-r--r-- | pkg/media/path.go | 7 |
1 files changed, 0 insertions, 7 deletions
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 -} |
