mirror of
https://github.com/kataras/iris.git
synced 2026-01-08 20:41:57 +00:00
obey the vote of @1370 (77-111 at this point) - add import suffix on iris repository
We have to do the same on iris-contrib/examples, iris-contrib/middleware and e.t.c. Former-commit-id: 0860688158f374bc137bc934b81b26dcd0e10964
This commit is contained in:
@@ -8,10 +8,6 @@ Iris is a fast, simple yet fully featured and very efficient web framework for G
|
||||
|
||||
Learn what [others say about Iris](https://iris-go.com/testimonials/) and **star** this github repository.
|
||||
|
||||
> Version 11.2 **released!**
|
||||
|
||||
[](https://www.facebook.com/iris.framework/posts/3276606095684693)
|
||||
|
||||
## Learning Iris
|
||||
|
||||
<details>
|
||||
@@ -25,7 +21,7 @@ $ cat example.go
|
||||
```go
|
||||
package main
|
||||
|
||||
import "github.com/kataras/iris"
|
||||
import "github.com/kataras/iris/v12"
|
||||
|
||||
func main() {
|
||||
app := iris.Default()
|
||||
|
||||
Reference in New Issue
Block a user