package main import () // A Repository is the place where backups are stored type Repository struct { path string } // Creates the file structure of the Repository func (r *Repository) Init() { }