1
0
mirror of https://github.com/golang/go synced 2024-09-30 20:28:32 -06:00
go/cmd/godex
Peter Collingbourne 02990bd494 go.tools/go/gccgoimporter: keep track of package and import priority
Clients such as compilers need this information in order
to correctly link against imported packages.

This also adds support for the condensed import data format
where the priority information is stored as a suffix of the
condensed import data, as well as support for archive files.

LGTM=gri
R=gri
CC=golang-codereviews, iant
https://golang.org/cl/78740043
2014-06-17 10:56:47 -07:00
..
doc.go go.tools/cmd/godex: update documentation 2014-04-07 13:49:05 -07:00
gc.go go.tools/cmd/godex: support for common path prefixes 2014-03-26 14:47:52 -07:00
gccgo.go go.tools/go/gccgoimporter: keep track of package and import priority 2014-06-17 10:56:47 -07:00
godex.go go.tools/cmd/godex: make relative package paths work 2014-04-18 12:44:23 -04:00
print.go go.tools/go/gccgoimporter: keep track of package and import priority 2014-06-17 10:56:47 -07:00
source.go go.tools/cmd/godex: support for common path prefixes 2014-03-26 14:47:52 -07:00
writetype.go go/tools/cmd/godex: print combined method sets 2014-04-02 08:49:21 -07:00