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

Go get fetching the go1 branch #29

Closed
szank opened this issue Jan 2, 2017 · 9 comments
Closed

Go get fetching the go1 branch #29

szank opened this issue Jan 2, 2017 · 9 comments

Comments

@szank
Copy link

szank commented Jan 2, 2017

Hi, by default github and godoc are displaying the master branch as default, but when calling go get github.com/gmallard/stompngo a go1 branch is downloaded.

Which branch should I use? Master seems more reasonable, the missing constants in the go1 branch like HK_DESTINATION are annoying.

@gmallard
Copy link
Owner

gmallard commented Jan 2, 2017 via email

@szank
Copy link
Author

szank commented Jan 2, 2017

Is there any way to fix the go get behaviour?
I am not even sure if it is a problem with this particular repo or with the go get tool itself

@gmallard
Copy link
Owner

gmallard commented Jan 2, 2017 via email

@szank
Copy link
Author

szank commented Jan 2, 2017

$ ~/work/go/src/github.com $ go get github.com/gmallard/stompngo
$ ~/work/go/src/github.com $ cd gmallard/stompngo/
$ ~/work/go/src/github.com/gmallard/stompngo $ git log -n2
commit b1f1d966dd7b4c6e07278089c658aef2fb44749d
Merge: a488ae2 42ac5b1
Author: gmallard <allard.guy.m@gmail.com>
Date:   Mon Jul 4 22:23:17 2016 -0400

    Version v1.0.2.  Commit list:

    * dev:
      Bump version to v1.0.2.
      Help stomp 1.0 users that subscribe without a sub ID.
      Add subscription data area, which:
      Relax locking strategy for subscription locks.
      Correct variable typo.
      Add NMSGS to supported environment variables.
      Add STOMP_DEST to supported environment variables.
      Move environment get logic to individual methods.
      Enhange stompngo environment variable helper.
      Copyright date updates.
      Start next version work.

@gmallard
Copy link
Owner

gmallard commented Jan 2, 2017 via email

@gmallard
Copy link
Owner

gmallard commented Jan 2, 2017 via email

@szank
Copy link
Author

szank commented Jan 2, 2017

Yep, still fetching go1, but the branch is up to date.
Solved, thanks !

Regards,
Maciej

@gmallard
Copy link
Owner

gmallard commented Jan 2, 2017 via email

@gmallard
Copy link
Owner

gmallard commented Jan 8, 2017

Thanks. A good reminder to me to pay attention to the go1 branch.

@gmallard gmallard closed this as completed Jan 8, 2017
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

2 participants