mirror of
https://github.com/kataras/iris.git
synced 2025-12-19 02:47:04 +00:00
start the new mvc - binder
Former-commit-id: 37e56f409ca136700452fb8fbff740fcca3e98bf
This commit is contained in:
11
mvc2/mvc.go
Normal file
11
mvc2/mvc.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package mvc2
|
||||
|
||||
import (
|
||||
"errors"
|
||||
)
|
||||
|
||||
var (
|
||||
errNil = errors.New("nil")
|
||||
errBad = errors.New("bad")
|
||||
errAlreadyExists = errors.New("already exists")
|
||||
)
|
||||
Reference in New Issue
Block a user