Skip to content

xthexder/dl

 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 76.6%
  • C 15.0%
  • Assembly 7.1%
  • Makefile 1.3%