Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Remove exported readers #16

Merged
merged 2 commits into from
Oct 9, 2020
Merged

Remove exported readers #16

merged 2 commits into from
Oct 9, 2020

Conversation

pelletier
Copy link
Contributor

@pelletier pelletier commented Oct 9, 2020

Unexported most exported methods and types. Clean up unused things. Based on #13.

Fixes #5

@pelletier pelletier linked an issue Oct 9, 2020 that may be closed by this pull request
@@ -68,7 +68,7 @@ func (tr *Reader) Fork() *Reader {
// Read implements the io.Reader interface, forwarding the call to the
// underlying Thrift protocol Reader.
func (tr *Reader) Read(p []byte) (int, error) {
debug.Format("thrift: Reader: Read %d", len(p))
debug.Format("thrift: Reader: read %d", len(p))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe this change is unnecessary?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overenthusiastic search&replace

@pelletier pelletier merged commit b386beb into structbuilder Oct 9, 2020
DuanWeiFan pushed a commit to DuanWeiFan/parquet-go that referenced this pull request Jul 31, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unexport reader types and methods
2 participants