Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use gopkg.strings.Format() instead of local utils.ToString() #387

Merged
merged 1 commit into from
Mar 22, 2021

Conversation

kuritka
Copy link
Collaborator

@kuritka kuritka commented Mar 19, 2021

There are two goals for upgrade

  • replace utils by reusable utils
  • I'd like to use utils.Format in main.go in context of log.Debug().Msgf(...)
    However utils lives in internal which is not enough today
    (all exists in gopkg now, we can slowly get rid of it).

k0da
k0da previously approved these changes Mar 20, 2021
Copy link
Contributor

@somaritane somaritane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kuritka left suggestion in review comments

controllers/gslb_controller_test.go Outdated Show resolved Hide resolved
@kuritka
Copy link
Collaborator Author

kuritka commented Mar 22, 2021

@somaritane amended

Copy link
Contributor

@somaritane somaritane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kuritka, lgtm!

@kuritka kuritka merged commit 32a9a8d into master Mar 22, 2021
@kuritka kuritka deleted the gopkg-string branch March 22, 2021 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants