mirror of
https://github.com/kataras/iris.git
synced 2025-12-20 03:17:04 +00:00
Fix history big mistakes, point links to /v6 tag only https://github.com/kataras/iris/issues/606
Former-commit-id: e0a7ce1a991e5d6600de6cc0a853ef8b1cb8d282
This commit is contained in:
6
iris.go
6
iris.go
@@ -848,9 +848,9 @@ Edit your main .go source file to adapt one of these and restart your app.
|
||||
i.e: lines (<---) were missing.
|
||||
-------------------------------------------------------------------
|
||||
import (
|
||||
"github.com/kataras/iris"
|
||||
"github.com/kataras/iris/adaptors/httprouter" // or gorillamux
|
||||
"github.com/kataras/iris/adaptors/view" // <--- this line
|
||||
"gopkg.in/kataras/iris.v6"
|
||||
"gopkg.in/kataras/iris.v6/adaptors/httprouter" // or gorillamux
|
||||
"gopkg.in/kataras/iris.v6/adaptors/view" // <--- this line
|
||||
)
|
||||
|
||||
func main(){
|
||||
|
||||
Reference in New Issue
Block a user