1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 10:27:06 +00:00
Former-commit-id: de1a500475a9d6f96e86445cfb9e85a57a65d1c2
This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-01-05 18:27:21 +02:00
parent 3d358a4867
commit 79a965ec2d
4 changed files with 10 additions and 5 deletions

View File

@@ -556,7 +556,7 @@ Run the Iris web server you've just created by executing `go run main.go` from y
```sh
$ go run main.go
Now listening on: http://0.0.0.0:8080
Now listening on: http://localhost:8080
Application Started. Press CTRL+C to shut down.
_
```