go_plugin_explained

command module
v0.0.0-...-adea822 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 11, 2023 License: MIT Imports: 3 Imported by: 0

README

go_plugin_explained

I try to explain modular programming in go as simple as possible.

  • Create shared object libraries

    go build -buildmode=plugin -o dev/dev.so dev/persona.go

    go build -buildmode=plugin -o monk/monk.so monk/persona.go

  • We are ready to go

    go run plug_person.go dev

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL