An open API service indexing awesome lists of open source software.

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.

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.