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

tests/stream_test.go: Remove duplicate import #26

Merged
merged 1 commit into from
Jun 7, 2024

Conversation

evanj
Copy link
Collaborator

@evanj evanj commented Jun 4, 2024

The protobuf package ./src/proto was being imported twice with names simple and testproto. Use the name simple consistently since that is used more often, and is the same name used in the other test files.

The protobuf package ./src/proto was being imported twice with names
simple and testproto. Use the name simple consistently since that is
used more often, and is the same name used in the other test files.
@evanj evanj merged commit c1a75a0 into master Jun 7, 2024
1 check passed
@evanj evanj deleted the evan.jones/rm-duplicate-import branch June 7, 2024 13:24
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.

2 participants