Description
The Golang library that will drive you to the AOP paradigm world!
Goa alternatives and similar packages
Based on the "Utility" category.
Alternatively, view Goa alternatives based on common mentions on social networks and blogs.
-
Tagify
Tagify produces a set of tags from a given source. Source can be either an HTML page, a Markdown document or a plain text. Supports English, Russian, Chinese, Hindi, Spanish, Arabic, Japanese, German, Hebrew, French and Korean languages. -
TySug
A project around helping to prevent typing typos. TySug (Typo Suggestions) suggests alternative words with respect to keyboard layouts
InfluxDB - Purpose built for real-time analytics at any scale.
Do you think we are missing an alternative of Goa or a related project?
README
Beyond
The Golang library that will drive you to the AOP paradigm world!
Check Beyond Documentation
What's AOP?
In computing, aspect-oriented programming (AOP) is a programming paradigm that aims to increase modularity by allowing the separation of cross-cutting concerns. It does so by adding additional behavior to existing code (an advice) without modifying the code itself, instead separately specifying which code is modified via a "pointcut" specification
- Extracted from Wikipedia
Getting Started
Install beyond
go get -u github.com/wesovilabs/beyond
Add beyond to your project
Add beyond to go.mod.
go.mod
module github.com/myrepository/myapp
...
require github.com/wesovilabs/beyond v0.0.1
...
Documentation
Beyond Documentation is published at http://wesovilabs.github.io/beyond
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Iván Corrales Solera [email protected]
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
*Note that all licence references and agreements mentioned in the Goa README section above
are relevant to that project's source code only.