-
Notifications
You must be signed in to change notification settings - Fork 33
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
Image creation #59
Image creation #59
Conversation
…xists, error if not
…xists, error if not
Can we leave this until its dependency is done? |
Yes for sure
…On Wed, Sep 18, 2019 at 8:16 PM Dan Kortschak ***@***.***> wrote:
Can we leave this until its dependency is done?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#59?email_source=notifications&email_token=AEOWLFTPTOOPAE65NSXV2UTQKLAHFA5CNFSM4IXQ7LTKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7B2BLQ#issuecomment-532914350>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEOWLFWTOKNQFFY43PCNEFTQKLAHFANCNFSM4IXQ7LTA>
.
|
h5g_group_test.go
Outdated
defer os.Remove("img.jpg") | ||
defer imgfile.Close() | ||
|
||
jpeg.Encode(imgfile, imgRead, nil) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Error return value of jpeg.Encode
is not checked (from errcheck
)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just added and pushed
Please wait until the dependency is accepted and merged. |
1ca363c
to
a77d793
Compare
Please take a look.
This one actually is depends on the previous PR of the
I decided to seperated it to keep this as features of the image operation