test for plugin and goloader logics
Go to file
Aliberk Sandıkçı 113359d34b
update readme
2023-09-01 09:52:19 +03:00
.vscode Initial Commit 2023-08-31 20:51:52 +03:00
cmd/go-loader-test Initial Commit 2023-08-31 20:51:52 +03:00
pkg/utils Initial Commit 2023-08-31 20:51:52 +03:00
plugins/tmptest Initial Commit 2023-08-31 20:51:52 +03:00
Makefile Initial Commit 2023-08-31 20:51:52 +03:00
README.md update readme 2023-09-01 09:52:19 +03:00
go.mod Initial Commit 2023-08-31 20:51:52 +03:00
go.sum Initial Commit 2023-08-31 20:51:52 +03:00

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