Documentation ¶
Overview ¶
Package dlopen provides some convenience functions to dlopen a library and get its symbols.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrSoNotFound = errors.New("unable to open a handle to the library")
Functions ¶
This section is empty.
Types ¶
type LibHandle ¶
LibHandle represents an open handle to a library (.so)
Click to show internal directories.
Click to hide internal directories.