]> Cypherpunks.ru repositories - gostls13.git/blob - src/go/doc/comment/std.go
maps: new package
[gostls13.git] / src / go / doc / comment / std.go
1 // Copyright 2022 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
4
5 // Code generated by 'go generate' DO NOT EDIT.
6 //go:generate ./mkstd.sh
7
8 package comment
9
10 var stdPkgs = []string{
11         "bufio",
12         "bytes",
13         "context",
14         "crypto",
15         "embed",
16         "encoding",
17         "errors",
18         "expvar",
19         "flag",
20         "fmt",
21         "hash",
22         "html",
23         "image",
24         "io",
25         "log",
26         "maps",
27         "math",
28         "mime",
29         "net",
30         "os",
31         "path",
32         "plugin",
33         "reflect",
34         "regexp",
35         "runtime",
36         "sort",
37         "strconv",
38         "strings",
39         "sync",
40         "syscall",
41         "testing",
42         "time",
43         "unicode",
44         "unsafe",
45 }