]> Cypherpunks.ru repositories - gostls13.git/blob - src/go/doc/comment/std.go
71f15f47b1c843cdae5f550e302e524b6154b038
[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         "math",
27         "mime",
28         "net",
29         "os",
30         "path",
31         "plugin",
32         "reflect",
33         "regexp",
34         "runtime",
35         "sort",
36         "strconv",
37         "strings",
38         "sync",
39         "syscall",
40         "testing",
41         "time",
42         "unicode",
43         "unsafe",
44 }