1
0
mirror of https://github.com/golang/go synced 2024-11-05 17:36:15 -07:00
go/cmd/ssadump
Peter Collingbourne 4a6efa0a34 go.tools/go/ssa: add a flag for selecting bare init functions
Bare init functions omit calls to dependent init functions and the
use of an init guard. They are useful in cases where the client uses
a different calling convention for init functions, or cases where
it is easier for a client to analyze bare init functions.

LGTM=adonovan
R=adonovan
CC=golang-codereviews, iant
https://golang.org/cl/78780043
2014-06-16 21:34:51 -04:00
..
main.go go.tools/go/ssa: add a flag for selecting bare init functions 2014-06-16 21:34:51 -04:00