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

Don't use $GOPATH in instructions. #512

Merged
merged 1 commit into from
May 8, 2023

Conversation

zenhack
Copy link
Contributor

@zenhack zenhack commented May 8, 2023

Per some prior discussions, GOPATH is basically dead at this point, and using it here obscures what's really going on: you just need the code checked out somewhere so you can pass -I /path/to/go-capnp/std to capnp compile

Per some prior discussions, GOPATH is basically dead at this point, and
using it here obscures what's really going on: you just need the code
checked out somewhere so you can pass -I /path/to/go-capnp/std to capnp
compile
Copy link
Collaborator

@lthibault lthibault left a comment

Choose a reason for hiding this comment

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

Nice, thanks for fixing this 👍

@lthibault lthibault merged commit 696b9be into capnproto:main May 8, 2023
@zenhack zenhack deleted the dont-talk-about-gopath branch May 8, 2023 17:42
zenhack added a commit to zenhack/go-capnp that referenced this pull request May 8, 2023
I realized with capnproto#512 I'd missed the installation instructions here --
but rather than just updating them, I've removed the bits that are
covered elsewhere.
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