test for plugin and goloader logics
.vscode | ||
cmd/go-loader-test | ||
pkg/utils | ||
plugins/tmptest | ||
go.mod | ||
go.sum | ||
Makefile | ||
README.md |
This branch uses original go plugin implementation, see https://pkg.go.dev/plugin and https://git.aliberksandikci.com.tr/Liderahenk/ahenk-docs/src/branch/main/dev/resources.md#plugin-logic for more information
Pros
- Fast, Lightweight
- Official
Cons
- Can't be unload
- Can't be use with windows