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

Changes to package source layout #9

Open
GoogleCodeExporter opened this issue May 20, 2015 · 0 comments
Open

Changes to package source layout #9

GoogleCodeExporter opened this issue May 20, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

in Go 1.4, there is a change blow:
In the main Go source repository, the source code for the packages was kept in 
the directory src/pkg, which made sense but differed from other repositories, 
including the Go subrepositories. In Go 1.4, the pkg level of the source tree 
is now gone, so for example the fmt package's source, once kept in directory 
src/pkg/fmt, now lives one level higher in src/fmt.

so, godef can not find right place in 1.4.

Original issue reported on code.google.com by sandao.s...@gmail.com on 23 Dec 2014 at 1:43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant