https://github.com/go-macaron/inject
Package inject provides utilities for mapping and injecting dependencies in various ways.
https://github.com/go-macaron/inject
go lsif-enabled macaron
Last synced: 9 months ago
JSON representation
Package inject provides utilities for mapping and injecting dependencies in various ways.
- Host: GitHub
- URL: https://github.com/go-macaron/inject
- Owner: go-macaron
- License: apache-2.0
- Created: 2015-10-10T19:40:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-07-27T07:26:30.000Z (over 5 years ago)
- Last Synced: 2025-03-27T03:01:33.480Z (10 months ago)
- Topics: go, lsif-enabled, macaron
- Language: Go
- Size: 14.6 KB
- Stars: 13
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# inject [](https://travis-ci.org/go-macaron/inject) [](http://gocover.io/github.com/go-macaron/inject)
Package inject provides utilities for mapping and injecting dependencies in various ways.
**This a modified version of [codegangsta/inject](https://github.com/codegangsta/inject) for special purpose of Macaron**
**Please use the original version if you need dependency injection feature**
## License
This project is under the Apache License, Version 2.0. See the [LICENSE](LICENSE) file for the full license text.