uber-go / mock

GoMock is a mocking framework for the Go programming language.
Apache License 2.0
1.85k stars 106 forks source link

mockgen: replace io/ioutil with io and os package #39

Closed alexandear closed 1 year ago

alexandear commented 1 year ago

This PR replaces the deprecated package io/ioutil with io and os.