https://github.com/josestg/yt-go-plugin
https://github.com/josestg/yt-go-plugin
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/josestg/yt-go-plugin
- Owner: josestg
- License: mit
- Created: 2024-08-21T09:51:12.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-22T16:06:19.000Z (8 months ago)
- Last Synced: 2025-01-31T06:47:02.464Z (3 months ago)
- Language: Go
- Homepage: https://medium.com/@josestg/how-to-build-a-pluggable-library-in-go-d57411eacfc8
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yt-go-plugin
A demo for Go Plugin.
- https://www.josestg.com/posts/golang/how-to-build-a-pluggable-library-in-go
- https://medium.com/@josestg/how-to-build-a-pluggable-library-in-go-d57411eacfc8## Build
```bash
make
```## Plugins
- [yt-go-plugin-memcache](https://github.com/josestg/yt-go-plugin-memcache)
- [yt-go-plugin-rediscache](https://github.com/josestg/yt-go-plugin-rediscache)