aboutsummaryrefslogtreecommitdiff
path: root/misc.go
diff options
context:
space:
mode:
Diffstat (limited to 'misc.go')
-rw-r--r--misc.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/misc.go b/misc.go
new file mode 100644
index 0000000..a43f20a
--- /dev/null
+++ b/misc.go
@@ -0,0 +1,6 @@
+package main
+
+type name_desc_t struct {
+ Name string
+ Description string
+}