iris/core/maintenance/maintenance.go

7 lines
98 B
Go
Raw Normal View History

package maintenance
// Start starts the maintenance process.
func Start() {
CheckForUpdates()
}