Skip to content

Use inline error checking in go code #821

Closed
@pleshakov

Description

@pleshakov

Use inline error checking in go code. As below:

			if err := fileMgr.Remove(path); err != nil {
				return removedFiles, fmt.Errorf("failed to remove %s: %w", path, err)
			}

Acceptance criteria:

  • Update the go code

Metadata

Metadata

Assignees

Labels

backlogCurrently unprioritized work. May change with user feedback or as the product progresses.good first issueGood for newcomerstech-debtShort-term pain, long-term benefit

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions