campoy / jsonenums

This tool is similar to golang.org/x/tools/cmd/stringer but generates MarshalJSON and UnmarshalJSON methods.
Apache License 2.0
490 stars 57 forks source link

Update imports to use builtin versions of packages from 1.5. #11

Closed peterebden closed 8 years ago

peterebden commented 8 years ago

The relevant bits of x/tools have gone away (see announcement at https://groups.google.com/forum/#!topic/golang-announce/qu_rAphYdxY) which has broken jsonenums.

miknie commented 8 years ago

Yay! This worked great!

campoy commented 8 years ago

Hi @peterebden,

I'll merge this PR but I'll need you to sign this CLA first.

https://cla.developers.google.com/

Thanks!

peterebden commented 8 years ago

Sure, I've signed the CLA. Let me know if there's anything else you need!

campoy commented 8 years ago

Thanks!