https://github.com/sipt/goinject
Dependency injection in Golang.
https://github.com/sipt/goinject
Last synced: about 1 month ago
JSON representation
Dependency injection in Golang.
- Host: GitHub
- URL: https://github.com/sipt/goinject
- Owner: sipt
- License: apache-2.0
- Created: 2021-09-08T03:14:07.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-08-30T15:46:08.000Z (almost 4 years ago)
- Last Synced: 2025-01-10T21:21:29.175Z (over 1 year ago)
- Language: Go
- Size: 12.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GoInject
Golang 依赖注入简单实现
### Example
[Code Example](https://github.com/sipt/goinject/tree/main/example)