summaryrefslogtreecommitdiff
path: root/mt.go
diff options
context:
space:
mode:
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
+}