/dl

Runtime dynamic library loader (dlopen / dlsym) for Go (golang)

Primary LanguageGoMozilla Public License 2.0MPL-2.0

dl

Runtime dynamic library loader (dlopen / dlsym) for Go (golang)

To install dl run the following command:

    go get gopkgs.com/dl.v1

Then use the following import path to ensure a stable API:

    import "gopkgs.com/dl.v1"

For documentation and available versions, see http://gopkgs.com/dl.