Prepare go.mod migration

This commit is contained in:
Patrick Pacher
2021-01-19 13:07:36 +01:00
parent 9efa4f4ad8
commit f8cea6eafd
8 changed files with 552 additions and 28 deletions

View File

@@ -46,6 +46,8 @@ func (p *Process) GetProfile(ctx context.Context) (changed bool, err error) {
return true, nil
}
// UpdateProfileMetadata updates the metadata of the local profile
// as required.
func (p *Process) UpdateProfileMetadata() {
// Check if there is a profile to work with.
localProfile := p.Profile().LocalProfile()