mirror of
https://github.com/kataras/iris.git
synced 2026-01-01 09:17:02 +00:00
7 lines
98 B
Go
7 lines
98 B
Go
package maintenance
|
|
|
|
// Start starts the maintenance process.
|
|
func Start() {
|
|
CheckForUpdates()
|
|
}
|