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

rsc.io/quote not found on Go Tutorial #41246

Closed
IFormiga opened this issue Sep 6, 2020 · 1 comment
Closed

rsc.io/quote not found on Go Tutorial #41246

IFormiga opened this issue Sep 6, 2020 · 1 comment

Comments

@IFormiga
Copy link

IFormiga commented Sep 6, 2020

What version of Go are you using (go version)?

Version: go version go1.15.1 windows/amd64

$ go version

Does this issue reproduce with the latest release?

Yes

What operating system and processor architecture are you using (go env)?

set GOHOSTARCH=amd64
set GOHOSTOS=windows
I'm using windows 10

go env Output
$ go env

What did you do?

I'm following the go tutorial and when I try to import the "rsc.io/quote" to try the function Go I get an error when I try to run "go run hello.go" .

What did you expect to see?

To see the function working as expected as the tutorial says so. I don't know if there's any extra step missing for me.

What did you see instead?

hello.go:6:2: cannot find package "rsc.io/quote/v3" in any of:
c:\go\src\rsc.io\quote\v3 (from $GOROOT)
C:\Users\Igor Formiga\go\src\rsc.io\quote\v3 (from $GOPATH)

@gopherbot gopherbot added this to the Unreleased milestone Sep 6, 2020
@IFormiga IFormiga changed the title x/website: rsc.io/quote not found on Go Tutorial Sep 6, 2020
@IFormiga IFormiga closed this as completed Sep 6, 2020
@IFormiga
Copy link
Author

IFormiga commented Sep 6, 2020

Not an issue. Wrong understanding.

@golang golang locked and limited conversation to collaborators Sep 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants