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 8package comment 9 10var 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