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

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
  1. go-plugin-example

    Discontinued 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

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. 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.

  4. 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

  • Testing HTTP Requests with http.RoundTripper

    1 project | dev.to | 4 Jul 2025
  • 🧪 Uber Mock: El sucesor natural de GoMock que deberías conocer

    1 project | dev.to | 7 Jun 2025
  • The best way for testing outbound API calls

    6 projects | dev.to | 6 Feb 2025
  • Testando chamadas para APIs da melhor forma

    7 projects | dev.to | 6 Feb 2025
  • Testando código que chama serviços da AWS

    4 projects | dev.to | 4 Feb 2025