1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-31 08:47:03 +00:00

nothing special here

This commit is contained in:
Gerasimos (Makis) Maropoulos
2016-12-13 07:12:58 +02:00
parent 309b037e3b
commit 8a861997a4
4 changed files with 131 additions and 140 deletions

View File

@@ -78,7 +78,6 @@ const (
var (
errTemplateExecute = errors.New("Unable to execute a template. Trace: %s")
errFlashNotFound = errors.New("Unable to get flash message. Trace: Cookie does not exists")
errNoForm = errors.New("Request has no any valid form")
errReadBody = errors.New("While trying to read %s from the request body. Trace %s")
errServeContent = errors.New("While trying to serve content to the client. Trace %s")
)