summaryrefslogtreecommitdiff
path: root/mt.go
diff options
context:
space:
mode:
authoranon5 <anon5clam@protonmail.com>2021-02-24 12:23:42 +0000
committeranon5 <anon5clam@protonmail.com>2021-02-24 12:23:42 +0000
commit27c0776cb2f1084356df5c9f6080fecf20f8fddf (patch)
treec0f9f3c3f660ca873d155b8b14bfef243c3485c5 /mt.go
parent4896d8f03c3f9bf8244f2f703a0ae28336c48a2a (diff)
downloadmt-27c0776cb2f1084356df5c9f6080fecf20f8fddf.tar.xz
Improve item meta handling
Diffstat (limited to 'mt.go')
-rw-r--r--mt.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/mt.go b/mt.go
new file mode 100644
index 0000000..c5d665d
--- /dev/null
+++ b/mt.go
@@ -0,0 +1,5 @@
+package mt
+
+type Field struct {
+ Name, Value string
+}