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

maps and c++ support. #12

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

zakattacktaylor
Copy link

Hi,

Just wanted to give you a look at some C++ additions I added to gencode. Also, I implemented golang maps and nested slices.

Its in a rough state, no tests or anything, but thought you might enjoy seeing it.

We really like gencode, its fast and the golang code is nice and clean (simple structs not a odd API to write with).

Thanks!
Zak

@andyleap
Copy link
Owner

Hey, that's awesome!

I'll look at getting it merged, but it looks like I'll need to change everything back to github.com/andyleap/gencode

@zakattacktaylor
Copy link
Author

Yeah, not sure how you work on a fork in golang without changing the imports. I totally didn't want to.

@andyleap
Copy link
Owner

Standard recommendation is to do a go get to grab the original, then navigate in an do a git add remote mine <github clone path> to add your fork as a remote, then push to that remote.

@zakattacktaylor
Copy link
Author

Cool, thanks, but then no one else could use the code I am pushing, it would only work on my machine. Anyways, its easy for me to search and replace once everything is cleaned up.

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.

None yet

2 participants