1
2
3
4
5
6
7
8 package comment
9
10 var stdPkgs = []string{
11 "bufio",
12 "bytes",
13 "cmp",
14 "context",
15 "crypto",
16 "embed",
17 "encoding",
18 "errors",
19 "expvar",
20 "flag",
21 "fmt",
22 "hash",
23 "html",
24 "image",
25 "io",
26 "iter",
27 "log",
28 "maps",
29 "math",
30 "mime",
31 "net",
32 "os",
33 "path",
34 "plugin",
35 "reflect",
36 "regexp",
37 "runtime",
38 "slices",
39 "sort",
40 "strconv",
41 "strings",
42 "structs",
43 "sync",
44 "syscall",
45 "testing",
46 "time",
47 "unicode",
48 "unique",
49 "unsafe",
50 }
51
View as plain text