This website requires JavaScript.
Explore
Help
Sign In
go-packages
/
iris
Watch
1
Star
0
Fork
0
You've already forked iris
mirror of
https://github.com/kataras/iris.git
synced
2025-01-24 19:21:03 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
f2bac496b9
iris
/
core
/
maintenance
/
maintenance.go
7 lines
98 B
Go
Raw
Normal View
History
Unescape
Escape
Update to version 8.5.5 | Read HISTORY.md Former-commit-id: dced7d472edabbab4f80c76051f13261928a8dea
2017-11-02 04:54:33 +01:00
package
maintenance
// Start starts the maintenance process.
Do not create the global configuration in homedir by-default, as, correctly, requested on chat. Use iris.WithGlobalConfiguration with a pre-defined iris.yml file on your home directory, existing users will not have any issues, new one will have to create the file before Former-commit-id: 033f7e96693b13f87b44b445ed166328fea6e0a0
2018-03-27 08:59:29 +02:00
func
Start
(
)
{
CheckForUpdates
(
)
Update to version 8.5.5 | Read HISTORY.md Former-commit-id: dced7d472edabbab4f80c76051f13261928a8dea
2017-11-02 04:54:33 +01:00
}
Reference in New Issue
Copy Permalink