mirror of
https://github.com/kataras/iris.git
synced 2025-02-09 10:36:19 +01:00
7 lines
156 B
Go
7 lines
156 B
Go
package maintenance
|
|
|
|
// Start starts the maintenance process.
|
|
func Start(globalConfigurationExisted bool) {
|
|
CheckForUpdates(!globalConfigurationExisted)
|
|
}
|