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

Roll go-render to Fix #8 #9

Merged
merged 1 commit into from
Feb 20, 2016
Merged

Conversation

riannucci
Copy link
Contributor

No description provided.

@riannucci
Copy link
Contributor Author

From #8:

New features:

correct sorting for all map key types
abbreviated rendering for explicit types. e.g. map[myString]struct{a, b int}{"hi": {1, 2}} will now render like map[pkg.myString]struct { a int; b int }{"hi": {1, 2}} instead of map[pkg.myString]struct { a int; b int }{pkg.myString("hi"): {a:1, b:2}}

@mdwhatcott
Copy link
Contributor

Thanks!

mdwhatcott added a commit that referenced this pull request Feb 20, 2016
@mdwhatcott mdwhatcott merged commit f7f8515 into smarty:master Feb 20, 2016
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

Successfully merging this pull request may close these issues.

2 participants