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

Support older versions of Go #55

Open
elgopher opened this issue Jan 26, 2022 · 0 comments
Open

Support older versions of Go #55

elgopher opened this issue Jan 26, 2022 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@elgopher
Copy link
Owner

Is your feature request related to a problem? Please describe.
Currenty yala requires Go 1.17. But some developers use older versions. It would be nice to support Go versions starting with 1.15 (at least)

Describe the solution you'd like
Yala uses atomic.Value.CompareAndSwap() method which requires Go 1.17. Maybe this method can be ported to library itself?

Describe alternatives you've considered
Maybe use different atomic struct for storing logger inside logger.Global?

@elgopher elgopher added the enhancement New feature or request label Jan 26, 2022
@elgopher elgopher assigned elgopher and unassigned elgopher Jan 26, 2022
@elgopher elgopher added the help wanted Extra attention is needed label Jan 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant