whenever i try to install iris thru dep i pop into this error -->
How do i stop it?
Now listening on: http://localhost:8080
Application started. Press CMD+C to shut down.
[WARN] 2017/09/14 23:27 A new version is available online[8.4.1 > 8.4.0].
Release notes: https://github.com/kataras/iris/blob/master/HISTORY.md#th-07-september-2017--v841
Update now?[y/n]:
^C%
If you press n or no it will show you how to disable updates, you just pass the iris.WithoutVersionChecker option to your app.Run.
app.Run("localhost:8080", iris.WithoutVersionChecker)
Most helpful comment
If you press
nornoit will show you how to disable updates, you just pass the iris.WithoutVersionChecker option to yourapp.Run.