aboutsummaryrefslogtreecommitdiff
path: root/numerics.go
diff options
context:
space:
mode:
Diffstat (limited to 'numerics.go')
-rw-r--r--numerics.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/numerics.go b/numerics.go
new file mode 100644
index 0000000..ec3a09f
--- /dev/null
+++ b/numerics.go
@@ -0,0 +1,7 @@
+package main
+
+const (
+ ERR_UNKNOWNCOMMAND = "421"
+ ERR_INPUTTOOLONG = "417"
+ ERR_NEEDMOREPARAMS = "461"
+)