|
|
|
|
|
by thiht
1454 days ago
|
|
Too bad it uses Wire. There’s absolutely no need for dependency injection frameworks in Go, you can just inject directly to receiver functions. It does the same thing without the crappy indirection added by this kind of frameworks. |
|