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

Module path is different from package comment. #4

Closed
rschio opened this issue Nov 20, 2022 · 2 comments
Closed

Module path is different from package comment. #4

rschio opened this issue Nov 20, 2022 · 2 comments

Comments

@rschio
Copy link

rschio commented Nov 20, 2022

The module path is different from package comment on typo.go:

go.mod:

module github.com/robpike/typo

go 1.19

typo.go:

package main // import "robpike.io/cmd/typo"
@robpike
Copy link
Owner

robpike commented Nov 20, 2022

Oh yes, terrible of me not to catch that in the review.

@robpike
Copy link
Owner

robpike commented Nov 20, 2022

Still got it wrong- my commit says it fixes #1, not #4.
Anyway, fixed by 2b34eb0

@robpike robpike closed this as completed Nov 20, 2022
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