2018-11-11 Richard Biener <rguenther@suse.de>
[official-gcc.git] / libgo / libgo-packages.txt
blobc3c16cde591fa401c4a9a47b0cfeb5d6171837f8
1 archive/tar
2 archive/zip
3 bufio
4 bytes
5 compress/bzip2
6 compress/flate
7 compress/gzip
8 compress/lzw
9 compress/zlib
10 container/heap
11 container/list
12 container/ring
13 context
14 crypto
15 crypto/aes
16 crypto/cipher
17 crypto/des
18 crypto/dsa
19 crypto/ecdsa
20 crypto/elliptic
21 crypto/hmac
22 crypto/internal/randutil
23 crypto/internal/subtle
24 crypto/md5
25 crypto/rand
26 crypto/rc4
27 crypto/rsa
28 crypto/sha1
29 crypto/sha256
30 crypto/sha512
31 crypto/subtle
32 crypto/tls
33 crypto/x509
34 crypto/x509/pkix
35 database/sql
36 database/sql/driver
37 debug/dwarf
38 debug/elf
39 debug/gosym
40 debug/macho
41 debug/pe
42 debug/plan9obj
43 debug/xcoff
44 encoding
45 encoding/ascii85
46 encoding/asn1
47 encoding/base32
48 encoding/base64
49 encoding/binary
50 encoding/csv
51 encoding/gob
52 encoding/hex
53 encoding/json
54 encoding/pem
55 encoding/xml
56 errors
57 expvar
58 flag
59 fmt
60 go/ast
61 go/build
62 go/constant
63 go/doc
64 go/format
65 go/importer
66 go/internal/gccgoimporter
67 go/internal/gcimporter
68 go/internal/srcimporter
69 go/parser
70 go/printer
71 go/scanner
72 go/token
73 go/types
74 golang_org/x/crypto/internal/chacha20
75 golang_org/x/crypto/chacha20poly1305
76 golang_org/x/crypto/chacha20poly1305/internal/chacha20
77 golang_org/x/crypto/cryptobyte
78 golang_org/x/crypto/cryptobyte/asn1
79 golang_org/x/crypto/curve25519
80 golang_org/x/crypto/poly1305
81 golang_org/x/net/dns/dnsmessage
82 golang_org/x/net/http/httpguts
83 golang_org/x/net/http/httpproxy
84 golang_org/x/net/http2/hpack
85 golang_org/x/net/idna
86 golang_org/x/net/internal/nettest
87 golang_org/x/net/lex/httplex
88 golang_org/x/net/nettest
89 golang_org/x/net/proxy
90 golang_org/x/text/secure/bidirule
91 golang_org/x/text/transform
92 golang_org/x/text/unicode/bidi
93 golang_org/x/text/unicode/norm
94 golang_org/x/text/width
95 hash
96 hash/adler32
97 hash/crc32
98 hash/crc64
99 hash/fnv
100 html
101 html/template
102 image
103 image/color
104 image/color/palette
105 image/draw
106 image/gif
107 image/internal/imageutil
108 image/jpeg
109 image/png
110 index/suffixarray
111 internal/bytealg
112 internal/cpu
113 internal/goroot
114 internal/nettrace
115 internal/poll
116 internal/race
117 internal/singleflight
118 internal/syscall/unix
119 internal/testenv
120 internal/testlog
121 internal/trace
123 io/ioutil
125 log/syslog
126 math
127 math/big
128 math/bits
129 math/cmplx
130 math/rand
131 mime
132 mime/multipart
133 mime/quotedprintable
135 net/http
136 net/http/cgi
137 net/http/cookiejar
138 net/http/fcgi
139 net/http/httptest
140 net/http/httptrace
141 net/http/httputil
142 net/http/internal
143 net/http/pprof
144 net/internal/socktest
145 net/mail
146 net/rpc
147 net/rpc/jsonrpc
148 net/smtp
149 net/textproto
150 net/url
152 os/exec
153 os/signal
154 os/signal/internal/pty
155 os/user
156 path
157 path/filepath
158 reflect
159 regexp
160 regexp/syntax
161 runtime
162 runtime/debug
163 runtime/internal/atomic
164 runtime/internal/sys
165 runtime/pprof
166 runtime/pprof/internal/profile
167 runtime/trace
168 sort
169 strconv
170 strings
171 sync
172 sync/atomic
173 syscall
174 testing
175 testing/internal/testdeps
176 testing/iotest
177 testing/quick
178 text/scanner
179 text/tabwriter
180 text/template
181 text/template/parse
182 time
183 unicode
184 unicode/utf16
185 unicode/utf8