Skip to content

refactor: use strings.Join in comma separated list functions

Vitali Tatarintev requested to merge refactor-comma-separated-list-functions into main

Description

Refactor functions to use strings.Join instead of self-implemented strings join.

Related Issues

Resolves #1245 (closed)

How has this been tested?

By running go test ./...

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)
  • Refactor

Merge request reports