Skip to content
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

Optionally make structs more compact. #6

Closed
miku opened this issue Aug 8, 2018 · 1 comment
Closed

Optionally make structs more compact. #6

miku opened this issue Aug 8, 2018 · 1 comment
Assignees

Comments

@miku
Copy link
Owner

miku commented Aug 8, 2018

Optionally turn:

Postcode struct {
    Text string `xml:",chardata"`
} `xml:"postcode"`

Into:

Postcode string `xml:"postcode"`
@miku miku self-assigned this Aug 8, 2018
@miku
Copy link
Owner Author

miku commented Aug 8, 2018

Addressed by 6fbf0d0.

@miku miku closed this as completed Aug 8, 2018
miku added a commit that referenced this issue Nov 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant