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

End support for Go1.15 by replacing io/ioutil with io #70

Closed
bmf-san opened this issue Nov 3, 2022 · 0 comments
Closed

End support for Go1.15 by replacing io/ioutil with io #70

bmf-san opened this issue Nov 3, 2022 · 0 comments
Labels
breaking change Something breaking changes enhancement New feature or request

Comments

@bmf-san
Copy link
Owner

bmf-san commented Nov 3, 2022

io/ioutil has been deprecated since Go 1.16.
Replace it to io.

here:
https://github.com/bmf-san/goblin/blob/master/router_test.go#L5

Due to this correspondence, support for Go1.15 will be terminated.

@bmf-san bmf-san added enhancement New feature or request breaking change Something breaking changes labels Nov 3, 2022
@bmf-san bmf-san closed this as completed Nov 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change Something breaking changes enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant