We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have this header:
=ybegin part=1 total=21 line=128 size=15728640 name=blablabla =ypart begin=1 end=768000
part, err := yenc.Decode(inputFile) if err != nil { panic("decoding: " + err.Error()) } fmt.Println(part.Name) fmt.Println(part.Size)
part.Size only prints the size of the article which is 768000. How can we grab the size parameter from the header? size=15728640
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have this header:
part.Size only prints the size of the article which is 768000. How can we grab the size parameter from the header? size=15728640
The text was updated successfully, but these errors were encountered: