Categorygithub.com/brucebrown/golang-dynserver
repository
0.0.0-20210624230420-4cf735f93130
Repository: https://github.com/brucebrown/golang-dynserver.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

golang-dynserver

POC of server with dynamic load of go shared libraries

build and run via:

cd server
go build

cd ../plugins/test
go build -buildmode=plugin

cd ../other
go build -buildmode=plugin

cd ../../server
./server

The server.json file configures the .so to load.