aboutsummaryrefslogtreecommitdiff
path: root/misc.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--misc.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/misc.go b/misc.go
deleted file mode 100644
index 7611c4e..0000000
--- a/misc.go
+++ /dev/null
@@ -1,11 +0,0 @@
-package main
-
-import (
- "errors"
- "strings"
-)
-
-type name_desc_t struct {
- Name string
- Description string
-}