8 lines
272 B
Go
8 lines
272 B
Go
|
/*
|
||
|
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
|