1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-20 03:17:04 +00:00

Option for Socket Sharding as requested at #1544

Former-commit-id: 0384baf593012377a94344d647ca41121294285a
This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-06-26 20:29:36 +03:00
parent 836e641229
commit 7f9e664b90
23 changed files with 234 additions and 171 deletions

View File

@@ -1,9 +1,9 @@
package main
import (
"github.com/kataras/iris/v12/_examples/bootstrap/bootstrap"
"github.com/kataras/iris/v12/_examples/bootstrap/middleware/identity"
"github.com/kataras/iris/v12/_examples/bootstrap/routes"
"github.com/kataras/iris/v12/_examples/bootstrapper/bootstrap"
"github.com/kataras/iris/v12/_examples/bootstrapper/middleware/identity"
"github.com/kataras/iris/v12/_examples/bootstrapper/routes"
)
func newApp() *bootstrap.Bootstrapper {