mirror of
https://github.com/golang/go
synced 2024-11-05 17:36:15 -07:00
4a6efa0a34
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 |
||
---|---|---|
.. | ||
main.go |