mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
7723e438a1
Former-commit-id: 3e528a3d01eb36b4c0781149e52acffd4dc5cf9f
7 lines
156 B
Go
7 lines
156 B
Go
package maintenance
|
|
|
|
// Start starts the maintenance process.
|
|
func Start(globalConfigurationExisted bool) {
|
|
CheckForUpdates(!globalConfigurationExisted)
|
|
}
|