Skip to content

mateuszdyminski/go-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-plugin

Simple app to play with the new feature of Golang 1.8 - plugin

More: https://tip.golang.org/pkg/plugin/

Requirements

  • Golang 1.8

Build to library

cd printer-impl && go build -buildmode=plugin printer.go
cd processor-impl && go build -buildmode=plugin processor.go

Test

go run main.go

About

Example of golang plugin feature

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages