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

Add support for service tags #1

Closed
wants to merge 2 commits into from
Closed

Add support for service tags #1

wants to merge 2 commits into from

Conversation

mstine
Copy link
Contributor

@mstine mstine commented Apr 15, 2014

Interesting Go problem I just ran into...when I fork your repo, I end up changing the packaging. Seems like it will be a pain to merge these.

At any rate, this functionality works, so just pull the hunks that actually have functional impact.

@joefitzgerald
Copy link
Member

Ahaa... when modifying an existing package, you should:

  1. fork https://github.com/joefitzgerald/cfenv to https://github.com/mstine/cfenv
  2. go get -u github.com/joefitzgerald/cfenv
  3. cd $GOPATH/src/github.com/joefitzgerald/cfenv
  4. git remote add fork https://github.com/mstine/cfenv.git
  5. git checkout -b deserialization-of-service-tags
  6. make your changes
  7. git push fork deserialization-of-service-tags

@mstine
Copy link
Contributor Author

mstine commented Apr 15, 2014

OK..redoing this.

@mstine mstine closed this Apr 15, 2014
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