Merge pull request #15673 from fuweid/chore-expect-pkg-comment

chore: remove pkg/expect TODO comment
This commit is contained in:
Benjamin Wang 2023-04-09 14:06:22 +08:00 committed by GitHub
commit f7af6b64ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,6 @@
// limitations under the License.
// Package expect implements a small expect-style interface
// TODO(ptab): Consider migration to https://github.com/google/goexpect.
package expect
import (