GolangBCN / talks

Submit your talk or propose a topic creating an Issue
Apache License 2.0
2 stars 0 forks source link

Talk - µWorkshop: Go plugins #9

Closed mariomac closed 5 years ago

mariomac commented 6 years ago

µWorkshop: Go plugins

Go plugins, released in Go 1.8, allow you gluing pieces of native code at runtime, enabling different configurations for your software without having to perform multiple conditional compilations. This is a practical, lightning workshop that shows you some basic usage of the Go plugins system and tooling.