mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 03:01:03 +01:00
15feaf0237
Former-commit-id: dced7d472edabbab4f80c76051f13261928a8dea
7 lines
98 B
Go
7 lines
98 B
Go
package maintenance
|
|
|
|
// Start starts the maintenance process.
|
|
func Start() {
|
|
CheckForUpdates()
|
|
}
|