Skip to content

devalecs/go-plugin-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang 1.8beta1 plugin example

For more informations about GoLang plugins check the official documentation.

Build and run the example using Docker

docker run -it --entrypoint bash golang:1.8beta1-wheezy
go get github.com/devalecs/go-plugin-example && cd $GOPATH/src/github.com/devalecs/go-plugin-example
go build -buildmode=plugin -o hello.so hello_plugin.go
go run main.go

Output

Hello Alex!

About

Golang 1.8beta1 plugin example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages