Skip to content
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.

Add walker func #9

Merged
merged 1 commit into from
Aug 20, 2017
Merged

Add walker func #9

merged 1 commit into from
Aug 20, 2017

Conversation

domenipavec
Copy link

Added WalkerFunc so using Walk is simplified:

x.Walk(exif.WalkerFunc(func (name exif.FieldName, tag *tiff.Tag) error {
    log.Println(name, tag)
}))

@xor-gate
Copy link
Owner

Thank you!

@xor-gate xor-gate merged commit 429ded3 into xor-gate:master Aug 20, 2017
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.

2 participants