Add missing comments

This commit is contained in:
pancho horrillo
2019-11-20 07:14:00 +01:00
parent d81ef278da
commit 7ea43048bc
5 changed files with 10 additions and 0 deletions
+1
View File
@@ -28,6 +28,7 @@ import (
"github.com/gorilla/mux"
)
// Constants for error reasons
const (
ResourceItemNotFound = "Resource Item Not Found"
NonIntegerValue = "Non Integer Value"