mirror of
https://github.com/kataras/iris.git
synced 2026-01-25 04:45:57 +00:00
add the stale release
This commit is contained in:
@@ -27,7 +27,7 @@ You can serve [quicktemplate](https://github.com/valyala/quicktemplate) files to
|
||||
// file: main.go
|
||||
package main
|
||||
|
||||
import "github.com/kataras/iris/v12"
|
||||
import "github.com/kataras/iris"
|
||||
|
||||
func main() {
|
||||
app := iris.New()
|
||||
@@ -74,7 +74,7 @@ func main() {
|
||||
```go
|
||||
package main
|
||||
|
||||
import "github.com/kataras/iris/v12"
|
||||
import "github.com/kataras/iris"
|
||||
|
||||
func main() {
|
||||
app := iris.New()
|
||||
@@ -124,7 +124,7 @@ Example code:
|
||||
```go
|
||||
package main
|
||||
|
||||
import "github.com/kataras/iris/v12"
|
||||
import "github.com/kataras/iris"
|
||||
|
||||
func main() {
|
||||
app := iris.New()
|
||||
|
||||
Reference in New Issue
Block a user