https://github.com/alimy/aspectg
AOP for golang just a fun now.
https://github.com/alimy/aspectg
aop aspect go sample
Last synced: 1 day ago
JSON representation
AOP for golang just a fun now.
- Host: GitHub
- URL: https://github.com/alimy/aspectg
- Owner: alimy
- License: apache-2.0
- Created: 2018-12-28T01:39:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-29T04:51:07.000Z (over 7 years ago)
- Last Synced: 2025-10-17T23:39:24.934Z (9 months ago)
- Topics: aop, aspect, go, sample
- Language: Go
- Size: 23.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AspectG
AspectG auto build AOP code for golang.(Inspiration from [wire](https://github.com/google/wire) and [AspectJ](https://www.eclipse.org/aspectj/))
### Usage
```$bash
$ git clone https://github.com/alimy/aspectg
$ cd aspectg
$ make
$ ./aspectg
```
### Examples
* You can refrence examples sub-module in module directory to coding use AOP
style base on AspectG.
### Status
* AspectG is just a prototype now,will implement logic later.