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

README development improvements #236

Merged

Conversation

NiallRees
Copy link
Contributor

@NiallRees NiallRees commented Jul 31, 2020

A step-by-step guide. Hopefully this will improve the frequency of contributions

@NiallRees NiallRees requested a review from a team as a code owner July 31, 2020 16:02
@NiallRees NiallRees requested review from edulop91 and removed request for a team July 31, 2020 16:02
Copy link

@edulop91 edulop91 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for contributing! Had a small question

README.md Outdated
Comment on lines 39 to 42
export GOPATH=$HOME/../go_projects # edit with your go_projects dir
export GOROOT=/usr/local/opt/go/libexec
export PATH=$PATH:$GOPATH/bin
export PATH=$PATH:$GOROOT/bin

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these still necessary with Go 1.13+?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I literally just started with Go so you'll know more than me! I can try on a fresh environment without

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Answer is it depends how you install. If you install Go with the package installer from here then the required directories are added to PATH. If you install with brew, you need to do it yourself.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right, GOROOT no longer required. I've tidied it up and also added a missing step for goimport.

@NiallRees NiallRees requested a review from edulop91 July 31, 2020 20:11
Copy link

@edulop91 edulop91 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you!

@edulop91 edulop91 merged commit 22361ef into Snowflake-Labs:master Jul 31, 2020
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