aboutsummaryrefslogtreecommitdiff
path: root/modules/tags/tag.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tags/tag.go')
-rw-r--r--modules/tags/tag.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/tags/tag.go b/modules/tags/tag.go
deleted file mode 100644
index 026df0f..0000000
--- a/modules/tags/tag.go
+++ /dev/null
@@ -1,8 +0,0 @@
1package tags
2
3type TagType int
4
5const (
6 TagTypeGril TagType = iota
7 TagTypeSeries
8)