mirror of
https://github.com/golang/go.git
synced 2025-11-01 09:10:57 +00:00
all packages: fix various typos
Detected semi-automatically. There are probably more. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5620046
This commit is contained in:
parent
5cc07af675
commit
f3f5239d1e
12 changed files with 13 additions and 13 deletions
|
|
@ -119,7 +119,7 @@ type Walker struct {
|
|||
lastConstType string
|
||||
curPackageName string
|
||||
curPackage *ast.Package
|
||||
prevConstType map[string]string // identifer -> "ideal-int"
|
||||
prevConstType map[string]string // identifier -> "ideal-int"
|
||||
packageState map[string]loadState
|
||||
interfaces map[pkgSymbol]*ast.InterfaceType
|
||||
selectorFullPkg map[string]string // "http" => "net/http", updated by imports
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue