Skip to content

Golang plugin test for replacing binary-only-package

Notifications You must be signed in to change notification settings

yslim/go_plugin_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang plugin test

  • shared : shared(releasing with *.so) package
  • plugin : plugin source package(produce *.so)
  • main.go : test plugin

Build

$ cd plugin
$ go build -buildmode=plugin hello.go
$ cd ..
$ go build
$ ./plugin-test
Hello test1...
Hello test3...

About

Golang plugin test for replacing binary-only-package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages