mirror of
https://github.com/kataras/iris.git
synced 2025-02-02 15:30:36 +01:00
Update to 6.0.8
This commit is contained in:
parent
e4ab993760
commit
e6b967bbb7
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
- https://github.com/iris-contrib/examples/tree/master/template_funcmap
|
- https://github.com/iris-contrib/examples/tree/master/template_engines/template_funcmap
|
||||||
|
|
||||||
## 6.0.6 -> 6.0.7
|
## 6.0.6 -> 6.0.7
|
||||||
|
|
||||||
|
|
10
README.md
10
README.md
|
@ -84,7 +84,7 @@ Quick Start
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
go get -u github.com/kataras/iris
|
go get -u github.com/kataras/iris/iris
|
||||||
```
|
```
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
@ -119,7 +119,7 @@ func main(){
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|
||||||
iris.Listen("localhost:5900")
|
iris.Listen(":6000")
|
||||||
}
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -127,8 +127,12 @@ func main(){
|
||||||
```sh
|
```sh
|
||||||
$ go run hellojson.go
|
$ go run hellojson.go
|
||||||
```
|
```
|
||||||
|
> TIP #1> $ iris run main.go to enable hot-reload on .go source code changes.
|
||||||
|
|
||||||
Open your browser or any other http client at http://localhost:5700/api/user/42.
|
> TIP #2> iris.Config.IsDevelopment = true to monitor the changes you make in the templates.
|
||||||
|
|
||||||
|
|
||||||
|
Open your browser or any other http client at http://localhost:6000/api/user/42.
|
||||||
|
|
||||||
|
|
||||||
### New
|
### New
|
||||||
|
|
Loading…
Reference in New Issue
Block a user