This repository has been archived on 2019-08-05. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Lunny Xiao d4c86e3102
All checks were successful
continuous-integration/drone/push Build is passing
add drone support (#2)
2019-08-05 02:34:32 +00:00
.drone.yml add drone support (#2) 2019-08-05 02:34:32 +00:00
go.mod go mod support (#1) 2019-08-03 17:29:02 +00:00
go.sum go mod support (#1) 2019-08-03 17:29:02 +00:00
inject_test.go go mod support (#1) 2019-08-03 17:29:02 +00:00
inject.go Minor fix for #1 2016-06-28 01:00:12 +08:00
LICENSE add license 2015-10-10 20:54:34 -04:00
README.md go mod support (#1) 2019-08-03 17:29:02 +00:00

inject Build Status

Package inject provides utilities for mapping and injecting dependencies in various ways.

This a modified version of 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 file for the full license text.