codomatech/spluggy
Static (i.e. compile-time) plugins for go
When developing applications in Go, this tool helps you organize your code into modular units that behave like plugins, but without losing Go's advantage of a single executable file. It takes your Go sub-packages, automatically finds functions with a specific name across them, and makes these functions available to other parts of your application. This is ideal for Go developers who want to manage application features as independent, interchangeable modules.
No commits in the last 6 months.
Use this if you are a Go developer building a Go application and want to structure your code with modular, compile-time plugins.
Not ideal if you need dynamic, runtime loading of plugins or are not working with Go applications.
Stars
26
Forks
2
Language
Go
License
BSD-3-Clause
Category
Last pushed
Oct 12, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/codomatech/spluggy"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
googleapis/gapic-generator-python
Generate Python API client libraries from Protocol Buffers.
zeromicro/go-zero
A cloud-native Go microservices framework with cli tool for productivity.
omissis/go-jsonschema
A tool to generate Go data types from JSON Schema definitions.
openconfig/ygot
A YANG-centric Go toolkit - Go/Protobuf Code Generation; Validation; Marshaling/Unmarshaling
mailru/easyjson
Fast JSON serializer for golang.