blob: 720c5c1d25a089ac010695f8f31485ef027682b9 (
plain)
1
2
3
4
5
6
7
|
/*
Package gopreload is a bit of a hack to emulate the behavior of LD_PRELOAD [ld-preload].
This allows you to have automatically starting instrumentation, etc.
[ld-preload]: http://man7.org/linux/man-pages/man8/ld.so.8.html (see LD_PRELOAD section)
*/
package gopreload
|