1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-08 20:41:57 +00:00

add the stale release

This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-08-12 23:41:20 +03:00
parent 535fb6dc0d
commit 2a4ce876b6
793 changed files with 188 additions and 52415 deletions

View File

@@ -4,7 +4,7 @@ import (
"net/http"
"strings"
"github.com/kataras/iris/v12/core/router"
"github.com/kataras/iris/core/router"
)
// New returns a new gRPC Iris router wrapper for a gRPC server.
@@ -13,7 +13,7 @@ import (
// The Iris server SHOULD run under HTTP/2 and clients too.
//
// Usage:
// import grpcWrapper "github.com/kataras/iris/v12/middleware/grpc"
// import grpcWrapper "github.com/kataras/iris/middleware/grpc"
// [...]
// app := iris.New()
// grpcServer := grpc.NewServer()