File: hints.go

package info (click to toggle)
golang-github-dave-jennifer 1.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 372 kB
  • sloc: makefile: 4
file content (273 lines) | stat: -rw-r--r-- 12,714 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
// This file is generated - do not edit.

package jen

// standardLibraryHints contains package name hints
var standardLibraryHints = map[string]string{
	"archive/tar":                       "tar",
	"archive/zip":                       "zip",
	"bufio":                             "bufio",
	"builtin":                           "builtin",
	"bytes":                             "bytes",
	"cmd/asm/internal/arch":             "arch",
	"cmd/asm/internal/asm":              "asm",
	"cmd/asm/internal/flags":            "flags",
	"cmd/asm/internal/lex":              "lex",
	"cmd/compile/internal/amd64":        "amd64",
	"cmd/compile/internal/arm":          "arm",
	"cmd/compile/internal/arm64":        "arm64",
	"cmd/compile/internal/gc":           "gc",
	"cmd/compile/internal/mips":         "mips",
	"cmd/compile/internal/mips64":       "mips64",
	"cmd/compile/internal/ppc64":        "ppc64",
	"cmd/compile/internal/s390x":        "s390x",
	"cmd/compile/internal/ssa":          "ssa",
	"cmd/compile/internal/syntax":       "syntax",
	"cmd/compile/internal/test":         "test",
	"cmd/compile/internal/types":        "types",
	"cmd/compile/internal/wasm":         "wasm",
	"cmd/compile/internal/x86":          "x86",
	"cmd/go/internal/base":              "base",
	"cmd/go/internal/bug":               "bug",
	"cmd/go/internal/cache":             "cache",
	"cmd/go/internal/cfg":               "cfg",
	"cmd/go/internal/clean":             "clean",
	"cmd/go/internal/cmdflag":           "cmdflag",
	"cmd/go/internal/dirhash":           "dirhash",
	"cmd/go/internal/doc":               "doc",
	"cmd/go/internal/envcmd":            "envcmd",
	"cmd/go/internal/fix":               "fix",
	"cmd/go/internal/fmtcmd":            "fmtcmd",
	"cmd/go/internal/generate":          "generate",
	"cmd/go/internal/get":               "get",
	"cmd/go/internal/help":              "help",
	"cmd/go/internal/imports":           "imports",
	"cmd/go/internal/list":              "list",
	"cmd/go/internal/load":              "load",
	"cmd/go/internal/modcmd":            "modcmd",
	"cmd/go/internal/modconv":           "modconv",
	"cmd/go/internal/modfetch":          "modfetch",
	"cmd/go/internal/modfetch/codehost": "codehost",
	"cmd/go/internal/modfile":           "modfile",
	"cmd/go/internal/modget":            "modget",
	"cmd/go/internal/modinfo":           "modinfo",
	"cmd/go/internal/modload":           "modload",
	"cmd/go/internal/module":            "module",
	"cmd/go/internal/mvs":               "mvs",
	"cmd/go/internal/par":               "par",
	"cmd/go/internal/run":               "run",
	"cmd/go/internal/search":            "search",
	"cmd/go/internal/semver":            "semver",
	"cmd/go/internal/str":               "str",
	"cmd/go/internal/test":              "test",
	"cmd/go/internal/tool":              "tool",
	"cmd/go/internal/txtar":             "txtar",
	"cmd/go/internal/version":           "version",
	"cmd/go/internal/vet":               "vet",
	"cmd/go/internal/web":               "web",
	"cmd/go/internal/web2":              "web2",
	"cmd/go/internal/webtest":           "webtest",
	"cmd/go/internal/work":              "work",
	"cmd/internal/bio":                  "bio",
	"cmd/internal/browser":              "browser",
	"cmd/internal/buildid":              "buildid",
	"cmd/internal/dwarf":                "dwarf",
	"cmd/internal/edit":                 "edit",
	"cmd/internal/gcprog":               "gcprog",
	"cmd/internal/goobj":                "goobj",
	"cmd/internal/obj":                  "obj",
	"cmd/internal/obj/arm":              "arm",
	"cmd/internal/obj/arm64":            "arm64",
	"cmd/internal/obj/mips":             "mips",
	"cmd/internal/obj/ppc64":            "ppc64",
	"cmd/internal/obj/s390x":            "s390x",
	"cmd/internal/obj/wasm":             "wasm",
	"cmd/internal/obj/x86":              "x86",
	"cmd/internal/objabi":               "objabi",
	"cmd/internal/objfile":              "objfile",
	"cmd/internal/src":                  "src",
	"cmd/internal/sys":                  "sys",
	"cmd/internal/test2json":            "test2json",
	"cmd/link/internal/amd64":           "amd64",
	"cmd/link/internal/arm":             "arm",
	"cmd/link/internal/arm64":           "arm64",
	"cmd/link/internal/ld":              "ld",
	"cmd/link/internal/loadelf":         "loadelf",
	"cmd/link/internal/loadmacho":       "loadmacho",
	"cmd/link/internal/loadpe":          "loadpe",
	"cmd/link/internal/mips":            "mips",
	"cmd/link/internal/mips64":          "mips64",
	"cmd/link/internal/objfile":         "objfile",
	"cmd/link/internal/ppc64":           "ppc64",
	"cmd/link/internal/s390x":           "s390x",
	"cmd/link/internal/sym":             "sym",
	"cmd/link/internal/wasm":            "wasm",
	"cmd/link/internal/x86":             "x86",
	"cmd/vet/internal/cfg":              "cfg",
	"cmd/vet/internal/whitelist":        "whitelist",
	"compress/bzip2":                    "bzip2",
	"compress/flate":                    "flate",
	"compress/gzip":                     "gzip",
	"compress/lzw":                      "lzw",
	"compress/zlib":                     "zlib",
	"container/heap":                    "heap",
	"container/list":                    "list",
	"container/ring":                    "ring",
	"context":                           "context",
	"crypto":                            "crypto",
	"crypto/aes":                        "aes",
	"crypto/cipher":                     "cipher",
	"crypto/des":                        "des",
	"crypto/dsa":                        "dsa",
	"crypto/ecdsa":                      "ecdsa",
	"crypto/elliptic":                   "elliptic",
	"crypto/hmac":                       "hmac",
	"crypto/internal/randutil":          "randutil",
	"crypto/internal/subtle":            "subtle",
	"crypto/md5":                        "md5",
	"crypto/rand":                       "rand",
	"crypto/rc4":                        "rc4",
	"crypto/rsa":                        "rsa",
	"crypto/sha1":                       "sha1",
	"crypto/sha256":                     "sha256",
	"crypto/sha512":                     "sha512",
	"crypto/subtle":                     "subtle",
	"crypto/tls":                        "tls",
	"crypto/x509":                       "x509",
	"crypto/x509/pkix":                  "pkix",
	"database/sql":                      "sql",
	"database/sql/driver":               "driver",
	"debug/dwarf":                       "dwarf",
	"debug/elf":                         "elf",
	"debug/gosym":                       "gosym",
	"debug/macho":                       "macho",
	"debug/pe":                          "pe",
	"debug/plan9obj":                    "plan9obj",
	"encoding":                          "encoding",
	"encoding/ascii85":                  "ascii85",
	"encoding/asn1":                     "asn1",
	"encoding/base32":                   "base32",
	"encoding/base64":                   "base64",
	"encoding/binary":                   "binary",
	"encoding/csv":                      "csv",
	"encoding/gob":                      "gob",
	"encoding/hex":                      "hex",
	"encoding/json":                     "json",
	"encoding/pem":                      "pem",
	"encoding/xml":                      "xml",
	"errors":                            "errors",
	"expvar":                            "expvar",
	"flag":                              "flag",
	"fmt":                               "fmt",
	"go/ast":                            "ast",
	"go/build":                          "build",
	"go/constant":                       "constant",
	"go/doc":                            "doc",
	"go/format":                         "format",
	"go/importer":                       "importer",
	"go/internal/gccgoimporter":         "gccgoimporter",
	"go/internal/gcimporter":            "gcimporter",
	"go/internal/srcimporter":           "srcimporter",
	"go/parser":                         "parser",
	"go/printer":                        "printer",
	"go/scanner":                        "scanner",
	"go/token":                          "token",
	"go/types":                          "types",
	"hash":                              "hash",
	"hash/adler32":                      "adler32",
	"hash/crc32":                        "crc32",
	"hash/crc64":                        "crc64",
	"hash/fnv":                          "fnv",
	"html":                              "html",
	"html/template":                     "template",
	"image":                             "image",
	"image/color":                       "color",
	"image/color/palette":               "palette",
	"image/draw":                        "draw",
	"image/gif":                         "gif",
	"image/internal/imageutil":          "imageutil",
	"image/jpeg":                        "jpeg",
	"image/png":                         "png",
	"index/suffixarray":                 "suffixarray",
	"internal/bytealg":                  "bytealg",
	"internal/cpu":                      "cpu",
	"internal/nettrace":                 "nettrace",
	"internal/poll":                     "poll",
	"internal/race":                     "race",
	"internal/singleflight":             "singleflight",
	"internal/syscall/unix":             "unix",
	"internal/syscall/windows":          "windows",
	"internal/syscall/windows/registry": "registry",
	"internal/syscall/windows/sysdll":   "sysdll",
	"internal/testenv":                  "testenv",
	"internal/testlog":                  "testlog",
	"internal/trace":                    "trace",
	"io":                                "io",
	"io/ioutil":                         "ioutil",
	"log":                               "log",
	"log/syslog":                        "syslog",
	"math":                              "math",
	"math/big":                          "big",
	"math/bits":                         "bits",
	"math/cmplx":                        "cmplx",
	"math/rand":                         "rand",
	"mime":                              "mime",
	"mime/multipart":                    "multipart",
	"mime/quotedprintable":              "quotedprintable",
	"net":                               "net",
	"net/http":                          "http",
	"net/http/cgi":                      "cgi",
	"net/http/cookiejar":                "cookiejar",
	"net/http/fcgi":                     "fcgi",
	"net/http/httptest":                 "httptest",
	"net/http/httptrace":                "httptrace",
	"net/http/httputil":                 "httputil",
	"net/http/internal":                 "internal",
	"net/http/pprof":                    "pprof",
	"net/internal/socktest":             "socktest",
	"net/mail":                          "mail",
	"net/rpc":                           "rpc",
	"net/rpc/jsonrpc":                   "jsonrpc",
	"net/smtp":                          "smtp",
	"net/textproto":                     "textproto",
	"net/url":                           "url",
	"os":                                "os",
	"os/exec":                           "exec",
	"os/signal":                         "signal",
	"os/signal/internal/pty":            "pty",
	"os/user":                           "user",
	"path":                              "path",
	"path/filepath":                     "filepath",
	"plugin":                            "plugin",
	"reflect":                           "reflect",
	"regexp":                            "regexp",
	"regexp/syntax":                     "syntax",
	"runtime":                           "runtime",
	"runtime/cgo":                       "cgo",
	"runtime/debug":                     "debug",
	"runtime/internal/atomic":           "atomic",
	"runtime/internal/sys":              "sys",
	"runtime/pprof":                     "pprof",
	"runtime/pprof/internal/profile":    "profile",
	"runtime/race":                      "race",
	"runtime/trace":                     "trace",
	"sort":                              "sort",
	"strconv":                           "strconv",
	"strings":                           "strings",
	"sync":                              "sync",
	"sync/atomic":                       "atomic",
	"syscall":                           "syscall",
	"testing":                           "testing",
	"testing/internal/testdeps":         "testdeps",
	"testing/iotest":                    "iotest",
	"testing/quick":                     "quick",
	"text/scanner":                      "scanner",
	"text/tabwriter":                    "tabwriter",
	"text/template":                     "template",
	"text/template/parse":               "parse",
	"time":                              "time",
	"unicode":                           "unicode",
	"unicode/utf16":                     "utf16",
	"unicode/utf8":                      "utf8",
	"unsafe":                            "unsafe",
}