diff options
Diffstat (limited to 'src/cmd/api')
| -rw-r--r-- | src/cmd/api/goapi.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/api/goapi.go b/src/cmd/api/goapi.go index 65b9aaa094..99d41c9d69 100644 --- a/src/cmd/api/goapi.go +++ b/src/cmd/api/goapi.go @@ -382,7 +382,7 @@ func (w *Walker) parseFile(dir, file string) (*ast.File, error) { " maptype struct{}; _type struct{}; alg struct{};" + " mspan struct{}; m struct{}; mutex struct{}; slicetype struct{};" + " iface struct{}; eface struct{}; interfacetype struct{}; itab struct{};" + - " mcache struct{}; bucket struct{}; sudog struct{}; g struct{};" + + " mcache struct{}; sudog struct{}; g struct{};" + " hchan struct{}; chantype struct{}; waitq struct{};" + " note struct{}; wincallbackcontext struct{};" + " gobuf struct{}; funcval struct{}; _func struct{};" + |
