Skip to content

Commit

Permalink
Merge pull request #53 from ghouscht/master
Browse files Browse the repository at this point in the history
fix missing return in Transformer example
  • Loading branch information
darccio committed Jan 12, 2018
2 parents d9530a2 + 33c906b commit 2b9c868
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ func (t timeTransfomer) Transformer(typ reflect.Type) func(dst, src reflect.Valu
dst.Set(src)
}
}
return nil
}
}
return nil
Expand Down

0 comments on commit 2b9c868

Please sign in to comment.