mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Details: - builder is now un-exported and is now a per-package entity. - Package.nTo1Vars is now part of builder, where it belongs. - CREATE phase code split out into its own file, create.go - Context type is gone; it had become trivial after the Importer refactoring. - importer.PackageInfo.Imports() now encapsulates iteration over imports. Typical usage is now: prog := ssa.NewProgram(imp.Fset, mode) prog.CreatePackages(imp) prog.BuildAll() Builder.BuildPackage(Package) is now Package.Build() Builder.BuildAllPackages() is now Program.BuildAll() R=iant, gri CC=golang-dev https://golang.org/cl/9970044
This subrepository holds the source for various packages and tools that support the Go programming language. Although at least some of the tools themselves will be included in binary Go distributions, the packages from which they are built are of little interest to most Go programmers. To submit changes to this repository, see http://golang.org/doc/contribute.html.
Description
Languages
Go
94.1%
Assembly
5.5%
C
0.2%
Shell
0.1%