diff pkg/models/common.go @ 643:756f3fc62da6

Cross sections: Using the database in the web service.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 13 Sep 2018 12:09:23 +0200
parents
children 794592cad75a
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pkg/models/common.go	Thu Sep 13 12:09:23 2018 +0200
@@ -0,0 +1,5 @@
+package models
+
+import "errors"
+
+var errNoString = errors.New("Not a string")