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
In the documentation for cmd/go, at the end of the section about relative import paths https://golang.org/cmd/go/#hdr-Remote_import_paths, the text says:
To avoid ambiguity, Go programs cannot use relative import paths within a work space.
The documentation should also add that relative import paths don't work with modules.
The text was updated successfully, but these errors were encountered:
Change https://golang.org/cl/178120 mentions this issue: doc: Clarify relative import paths don't work with modules.
doc: Clarify relative import paths don't work with modules.
Sorry, something went wrong.
No branches or pull requests
In the documentation for cmd/go, at the end of the section about relative import paths
https://golang.org/cmd/go/#hdr-Remote_import_paths, the text says:
The documentation should also add that relative import paths don't work with modules.
The text was updated successfully, but these errors were encountered: