mirror of
https://github.com/golang/go
synced 2024-11-17 06:04:47 -07:00
5fc7919147
Allow "export" keyword in front of a declaration. Semantics: export *top-level* identifiers declared (but not the fields of a struct type for instance). R=r OCL=13464 CL=13464 |
||
---|---|---|
.. | ||
ast.go | ||
compilation.go | ||
export.go | ||
globals.go | ||
go.go | ||
import.go | ||
object.go | ||
parser.go | ||
scanner.go | ||
test_scanner.go | ||
type.go | ||
universe.go |