Please give me example (code) how to import into main.go a .so file made gccgo?
Asked
Active
Viewed 1,476 times
2 Answers
1
Go does not yet support dynamic code loading (i.e. plugins). There are plans to add support in the future, but no set time table at this point:
https://docs.google.com/document/d/1nr-TQHw_er6GOQRsF6T43GGhFDelrAP0NqSS_00RgZQ/preview

James Henstridge
- 42,244
- 6
- 132
- 114