Skip to content

kokobd/autowire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Autowire

Google golang wire is an excellent compile -time dependency injection tool.

However, with wire, you have to manually write wire.go, which can be tedious and error-prune.

Autowire build on top of wire, and generates wire.go and wire_gen.go for you. All you have to do is to use annotations to mark your component, just like what you will do in Spring Boot.

About

Golang wire without writing wire.go manually

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages