feat: add resources for golang plugins

This commit is contained in:
Aliberk Sandıkçı 2023-08-14 19:15:49 +03:00
parent 3f8e32ad06
commit b37bc1db76
Signed by: asandikci
GPG key ID: 25C67A03B5666BC1

View file

@ -17,6 +17,7 @@
- [GO](#go) - [GO](#go)
- [External Git Repos](#external-git-repos) - [External Git Repos](#external-git-repos)
- [Useful Go Libraries](#useful-go-labraries) - [Useful Go Libraries](#useful-go-labraries)
- [Plugin Logic](#plugin-logic)
- [Missing Features](#missing-features-in-golang) - [Missing Features](#missing-features-in-golang)
- [Agent Market Search](#agent-market-search) - [Agent Market Search](#agent-market-search)
@ -128,6 +129,13 @@
- https://github.com/sevlyar/go-daemon | Go Daemon - https://github.com/sevlyar/go-daemon | Go Daemon
- **Look for more:** [github/list/go](https://github.com/stars/asandikci/lists/go-language) - **Look for more:** [github/list/go](https://github.com/stars/asandikci/lists/go-language)
### Plugin logic
- https://pkg.go.dev/plugin
- https://github.com/vladimirvivien/go-plugin-example
- https://eli.thegreenplace.net/2021/plugins-in-go/
- https://eli.thegreenplace.net/2023/rpc-based-plugins-in-go/
- https://appliedgo.net/plugins/
### Missing Features in Golang ### Missing Features in Golang
- https://github.com/golang/go/issues/20461 | unload plugins - https://github.com/golang/go/issues/20461 | unload plugins
- https://github.com/golang/go/issues/19282 | Windows plugin support - https://github.com/golang/go/issues/19282 | Windows plugin support