Why go plugin addresses do not load with go binary

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • go-plugin-example

    Playing around with Go 1.8 plugin system

  • I created a plugin using https://github.com/vladimirvivien/go-plugin-example go build -buildmode=plugin -o eng/eng.so eng/greeter.go

  • go-plugin

    Golang plugin system over RPC.

  • It's a far better option to spawn sub processes as plugins. hashicorp has built a library for that.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • monkey

    Discontinued Monkey patching in Go (by bouk)

  • Here is an example of this in Go - but as he says, don't actually do this. https://github.com/bouk/monkey

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts