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