Created by: mgatny
When parsing message fields, only recurse into struct fields that are also message Components.
We discriminate by observing that message Components do not have "fix"
struct tags, but other struct Fields (e.g. *time.Time
Fields) always do.
Fixes #109 (closed)
-
Add unit test