iris/core/maintenance/maintenance.go
kataras 15feaf0237 Update to version 8.5.5 | Read HISTORY.md
Former-commit-id: dced7d472edabbab4f80c76051f13261928a8dea
2017-11-02 05:54:33 +02:00

7 lines
98 B
Go

package maintenance
// Start starts the maintenance process.
func Start() {
CheckForUpdates()
}