You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
sandao.s...@gmail.com
on 23 Dec 2014 at 1:43The text was updated successfully, but these errors were encountered: